[ruby-gnome2-doc-cvs] [Ruby-GNOME2 Project Website] update - tut-gtk2-treev-cbbr

Back to archive index

ruby-****@sourc***** ruby-****@sourc*****
2009年 2月 20日 (金) 04:41:07 JST


-------------------------
REMOTE_ADDR = 74.15.84.244
REMOTE_HOST = 
        URL = http://ruby-gnome2.sourceforge.jp/hiki.cgi?tut-gtk2-treev-cbbr
-------------------------
@@ -235,7 +235,8 @@
    iter = store.iter_first
    loop {
      new_val = iter[ActList::ACTION] + 5
-     iter[ActList::ACTION] = new_val if new_val <= 100
+     new_val = 0 if new_val > 100
+     iter[ActList::ACTION] = new_val
      sleep 0.05
      iter.next!
    }




ruby-gnome2-cvs メーリングリストの案内
Back to archive index