changeset 7eecb3c2a7e9 in /home/hg/repos/gajim

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

diffstat:

 src/gtkgui_helpers.py |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r b3c2e9967a22 -r 7eecb3c2a7e9 src/gtkgui_helpers.py
--- a/src/gtkgui_helpers.py     Mon Sep 16 16:48:07 2013 +0200
+++ b/src/gtkgui_helpers.py     Thu Sep 19 19:04:13 2013 +0400
@@ -734,7 +734,7 @@
             gajim.config.set('check_if_gajim_is_default', False)
 
     try:
-        from gi.repository import GConf
+        GConf = importlib.import_module('gi.repository.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