From 8717bb11ad1f1e32dcf3d311540be326eb5d740c Mon Sep 17 00:00:00 2001 From: Nikos Kouremenos Date: Thu, 10 Mar 2005 18:29:03 +0000 Subject: [PATCH] to my friend jajcus for the regexp help. TY --- plugins/gtkgui/gtkgui.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plugins/gtkgui/gtkgui.py b/plugins/gtkgui/gtkgui.py index fadb67066..1ca2f8d2c 100644 --- a/plugins/gtkgui/gtkgui.py +++ b/plugins/gtkgui/gtkgui.py @@ -3664,8 +3664,7 @@ class plugin: self.emot_and_formatting_and_url_pattern =\ emoticons_pattern + self.formatting_and_url_pattern - - print 'self.emot_and_formatting_and_url_pattern', self.emot_and_formatting_and_url_pattern + gtk.gdk.threads_enter() self.autoconnect() gtk.main()