[Ultrapossum-cvs 494] projects/yubin/gui 1.4,1.5,yubin.rb

Back to archive index

Masato Taruishi taru****@users*****
2004年 9月 21日 (火) 15:34:26 JST


===================================================================
RCS file: projects/yubin/gui/yubin.rb,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- projects/yubin/gui/yubin.rb	2004/09/21 06:33:02	1.4
+++ projects/yubin/gui/yubin.rb	2004/09/21 06:34:26	1.5
@@ -83,7 +83,7 @@
   end
 
   def on_filterentry_changed
-    key = @widgets["filterentry"].text
+    key = @widgets["filterentry"].text.delete("-")
     if key != ""
       visible = {}
       filter = "postalCode=#{key}*"



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