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>2010-10-15 15:17:19 +0400
committerDenis Fomin <fominde@gmail.com>2010-10-15 15:17:19 +0400
commite1c3f79429510dac98a22aea66adc45e7f0228a9 (patch)
treef11ee4fc525707920952d5ba363a8324789fdbd2 /clients_icons
parentfd61c2cd584ea4f340559f0a31febf9cdb68a07f (diff)
clients_icons. remove ugly hack
Diffstat (limited to 'clients_icons')
-rw-r--r--clients_icons/clients_icons.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/clients_icons/clients_icons.py b/clients_icons/clients_icons.py
index b446d81..c45f3d2 100644
--- a/clients_icons/clients_icons.py
+++ b/clients_icons/clients_icons.py
@@ -180,9 +180,6 @@ class ClientsIconsPlugin(GajimPlugin):
roster.columns = roster.columns[:self.renderer_num] + roster.columns[
self.renderer_num+1:]
roster.setup_and_draw_roster()
- # TODO remove this
- import time
- time.sleep(2)
def presence_received(self, iq_obj):
if not self.config['show_in_roster']: