commit fe21c1c907c414f76d44893b97bf146e34f41842
parent 3ee2853f51eb6887fd02755676a7bc14926495d1
Author: Suraj N. Kurapati <sunaku@gmail.com>
Date: Sat, 30 Sep 2006 12:54:00 -0700
[project @ 372c7a194fdd28186a0b5aebcc934fcd9fb31ae3]
add release info
Diffstat:
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/HISTORY b/HISTORY
@@ -1,6 +1,11 @@
This is a history of major changes to {my wmii configuration}[http://people.ucsc.edu/~skurapat/wmii.html].
+= 2006-09-30
+
+* Included 1.1.0 release of Ruby-IXP.
+
+
= 2006-09-29
* Fixed bug in toggle_maximize method (in rc.rb) due to accessing a nonexistent file in IXP file system.
diff --git a/wm.rb b/wm.rb
@@ -239,7 +239,7 @@ module Wmii
end
def index
- self[:index].read.to_i
+ self[:index, true].to_i
end
TAG_DELIMITER = "+"