|
@@ -58,7 +58,7 @@ class GTKTrayInterface(GObject.GObject):
|
58
|
58
|
else:
|
59
|
59
|
self.set_icon_inactive()
|
60
|
60
|
self.statusicon.set_tooltip_text(self.idle_text)
|
61
|
|
- self.emit('command', "continuous_stop")
|
|
61
|
+ self.emit('command', "stop")
|
62
|
62
|
|
63
|
63
|
def toggle_listen(self, item):
|
64
|
64
|
val = self.menu_listen.get_label()
|
|
@@ -160,7 +160,7 @@ class GTKInterface(GObject.GObject):
|
160
|
160
|
self.emit('command', "continuous_listen")
|
161
|
161
|
self.set_icon_active()
|
162
|
162
|
else:
|
163
|
|
- self.emit('command', "continuous_stop")
|
|
163
|
+ self.emit('command', "stop")
|
164
|
164
|
self.set_icon_inactive()
|
165
|
165
|
|
166
|
166
|
def lsbutton_stopped(self):
|