Skip to content
Snippets Groups Projects
Commit bb0a9854 authored by jimpp's avatar jimpp
Browse files

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

parent 05f30611
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment