summaryrefslogtreecommitdiff
path: root/community/gwibber/lp_1051801.patch
blob: 706c79e5475fd86089fc23571330a1c06d25be01 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
=== modified file 'bin/gwibber-service'
--- old/bin/gwibber-service	2012-02-13 20:39:02 +0000
+++ new/bin/gwibber-service	2012-09-20 06:35:40 +0000
@@ -74,6 +74,7 @@
 message_monitor = dispatcher.MessagesMonitor()
 """
 
+dbus.mainloop.glib.threads_init()
 logger.debug("Setting up monitors")
 connection_monitor = dispatcher.ConnectionMonitor()
 urlshortener = dispatcher.URLShorten()