mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 11:35:49 +00:00
-
This commit is contained in:
parent
26a96e238a
commit
a6b529623a
1 changed files with 1 additions and 2 deletions
|
@ -166,8 +166,7 @@ class DelugeGTK:
|
|||
|
||||
def tray_popup(self, status_icon, button, activate_time, arg0=None):
|
||||
print "Tray Clicked"
|
||||
self.tray_menu.popup(None, None, gtk.status_icon_position_menu,
|
||||
button, activate_time, self.tray)
|
||||
self.tray_menu.popup(None, None, gtk.status_icon_position_menu, button, activate_time, self.tray)
|
||||
|
||||
def tray_clicked(self, status_icon=None, arg=None):
|
||||
if self.window.get_property("visible"):
|
||||
|
|
Loading…
Add table
Reference in a new issue