Fix crash with d-bus unable to reach the daemon's socket

This commit is contained in:
Denis Fomin 2013-09-19 19:04:13 +04:00
parent fcfaed6f39
commit b34bf56509
1 changed files with 1 additions and 1 deletions

View File

@ -734,7 +734,7 @@ Description=xmpp
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: