logic fix
This commit is contained in:
parent
a946e92a95
commit
6b57a5472a
1 changed files with 5 additions and 2 deletions
|
@ -48,7 +48,10 @@ gtk.glade.textdomain(APP)
|
||||||
GTKGUI_GLADE = 'gtkgui.glade'
|
GTKGUI_GLADE = 'gtkgui.glade'
|
||||||
|
|
||||||
class Systray:
|
class Systray:
|
||||||
"""Class for icon in the systray"""
|
'''Class for icon in the notification area
|
||||||
|
This class is both base class (for systraywin32.py) and normal class
|
||||||
|
for trayicon in GNU/Linux'''
|
||||||
|
|
||||||
def __init__(self, plugin):
|
def __init__(self, plugin):
|
||||||
self.plugin = plugin
|
self.plugin = plugin
|
||||||
self.jids = []
|
self.jids = []
|
||||||
|
|
Loading…
Add table
Reference in a new issue