changeset 91db9db2ccfd in /home/hg/repos/gajim

author: Denis Fomin <[email protected]>
branches: gajim_0.16
details:http://hg.gajim.org/gajim?cmd=changeset;node=91db9db2ccfd
description: Fix crash with d-bus unable to reach the daemon's socket

diffstat:

 src/gtkgui_helpers.py |  2 +-
 1 файлов изменено, 1 вставок(+), 1 удалений(-)

различия (12 строк):

diff -r fa2d43272911 -r 91db9db2ccfd src/gtkgui_helpers.py
--- a/src/gtkgui_helpers.py     Wed Sep 18 20:54:25 2013 +0200
+++ b/src/gtkgui_helpers.py     Thu Sep 19 19:04:13 2013 +0400
@@ -744,7 +744,7 @@
             gajim.config.set('check_if_gajim_is_default', False)
 
     try:
-        import gconf
+        __import__('gconf')
         # in try because daemon may not be there
         client = gconf.client_get_default()
     except Exception:
_______________________________________________
Commits mailing list
[email protected]
http://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to