fixing problem with start button
authorAlexandr Popov <popov2al@gmail.com>
Thu, 26 Feb 2009 18:42:13 +0000 (21:42 +0300)
committerAlexandr Popov <popov2al@gmail.com>
Thu, 26 Feb 2009 18:42:13 +0000 (21:42 +0300)
src/findit.py

index 768a6e9..79b52ec 100755 (executable)
@@ -232,7 +232,7 @@ class MainWindow(gtk.Window):
 
         # 5.1 Кнопка "Показать"
         self.butt_start = gtk.Button( _('Go') )
-        self.butt_start.connect('clicked', self.start_print)
+        self.butt_start.connect('released', self.start_print)
 
         # 5.2 Кнопка "Остановить"
         self.butt_stop = gtk.Button( _('Stop') )