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>2011-10-01 22:55:41 +0400
committerDenis Fomin <fominde@gmail.com>2011-10-01 22:55:41 +0400
commit585a4fdea4a24071bc5181046f9a8708c2a6d07d (patch)
treef799df110c430a703c6394e758a1b18160a30029
parent8ce3dcb9c0c7118ea4fbd603a741291678e8ef29 (diff)
url_image_preview. remove unused code
-rw-r--r--url_image_preview/url_image_preview.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/url_image_preview/url_image_preview.py b/url_image_preview/url_image_preview.py
index f173398..fc408e5 100644
--- a/url_image_preview/url_image_preview.py
+++ b/url_image_preview/url_image_preview.py
@@ -43,7 +43,6 @@ class UrlImagePreviewPlugin(GajimPlugin):
for control in self.controls:
control.disconnect_from_chat_control()
self.controls = []
- self.conn.close()
def print_special_text(self, tv, special_text, other_tags, graphics=True):
for control in self.controls: