changeset cb63dc4d0381 in /home/hg/repos/gajim

details:http://hg.gajim.org/gajim?cmd=changeset;node=cb63dc4d0381
description: fix traceback when launching Gajim

diffstat:

 src/roster_window.py |  3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diffs (13 lines):

diff -r 87a64faecb33 -r cb63dc4d0381 src/roster_window.py
--- a/src/roster_window.py      Fri May 20 22:49:45 2011 +0200
+++ b/src/roster_window.py      Sat May 21 18:45:38 2011 +0200
@@ -1102,9 +1102,6 @@
         return False
 
     def draw_contact(self, jid, account, selected=False, focus=False):
-        gobject.idle_add(self._draw_contact, jid, account, selected, focus)
-
-    def _draw_contact(self, jid, account, selected=False, focus=False):
         """
         Draw the correct state image, name BUT not avatar
         """
_______________________________________________
Commits mailing list
[email protected]
http://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to