mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-02 22:48:40 +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):
|
def tray_popup(self, status_icon, button, activate_time, arg0=None):
|
||||||
print "Tray Clicked"
|
print "Tray Clicked"
|
||||||
self.tray_menu.popup(None, None, gtk.status_icon_position_menu,
|
self.tray_menu.popup(None, None, gtk.status_icon_position_menu, button, activate_time, self.tray)
|
||||||
button, activate_time, self.tray)
|
|
||||||
|
|
||||||
def tray_clicked(self, status_icon=None, arg=None):
|
def tray_clicked(self, status_icon=None, arg=None):
|
||||||
if self.window.get_property("visible"):
|
if self.window.get_property("visible"):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue