Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim-plugins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Fomin <fominde@gmail.com>2012-11-11 20:36:15 +0400
committerDenis Fomin <fominde@gmail.com>2012-11-11 20:36:15 +0400
commit869d718a8e3371e198152074545fcfb3d950e369 (patch)
tree7a375015e7b059228196cdad6f4c6324ef2af739 /server_status_icons/server_status_icons.py
parent51ecd0aba1b24c4e13b8164ef218b8ac23d51ae4 (diff)
ServerStatusIconsPlugin. Disable config dialog
Diffstat (limited to 'server_status_icons/server_status_icons.py')
-rw-r--r--server_status_icons/server_status_icons.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/server_status_icons/server_status_icons.py b/server_status_icons/server_status_icons.py
index 0b4bf20..9e2d5e3 100644
--- a/server_status_icons/server_status_icons.py
+++ b/server_status_icons/server_status_icons.py
@@ -29,6 +29,7 @@ class ServerStatusIconsPlugin(GajimPlugin):
'odnoklassniki.ru': 'odnoklassniki',
'vk.com': 'vkontakte',
'ya.ru': 'yaonline'}
+ self.config_dialog = None
@log_calls('ServerStatusIconsPlugin')
def connect_with_roster_draw_contact(self, roster, jid, account, contact):