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:
-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):