If we can't find gajim-remote, stop checking everytime if we are default client
This commit is contained in:
parent
05f306115e
commit
bb0a985432
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue