From dabfae47630097dbe0d3d9f09c23bd3b6cce4718 Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Mon, 22 May 2006 12:53:27 -0400 Subject: [PATCH] Remove thread init stuff again, dbus angry --- sugar/chat/chat.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/sugar/chat/chat.py b/sugar/chat/chat.py index c9b56880..dfce873c 100755 --- a/sugar/chat/chat.py +++ b/sugar/chat/chat.py @@ -658,8 +658,6 @@ def main(): sys.stdout = LogWriter("Chat") sys.stderr = LogWriter("Chat") - gtk.threads_init() - dbus.glib.threads_init() ChatShell.get_instance().open_group_chat() try: gtk.main()