If we can't find gajim-remote, stop checking everytime if we are default client

This commit is contained in:
Jean-Marie Traissard 2007-02-12 16:53:59 +00:00
parent 05f306115e
commit bb0a985432
1 changed files with 2 additions and 0 deletions

View File

@ -667,6 +667,8 @@ Description=xmpp
f.close()
except IOError:
log.debug("I/O Error writing settings to %s", repr(path_to_kde_file), exc_info=True)
else: # no gajim remote, stop ask user everytime
gajim.config.set('check_if_gajim_is_default', False)
try:
import gconf