don't stop Gajim when dbus is stopped. Fixes #3032
This commit is contained in:
parent
abcb48d1e0
commit
2c4f2896af
1 changed files with 2 additions and 0 deletions
|
@ -60,6 +60,8 @@ class SystemBus:
|
||||||
return False
|
return False
|
||||||
if self.system_bus is None:
|
if self.system_bus is None:
|
||||||
return False
|
return False
|
||||||
|
# Don't exit Gajim when dbus is stopped
|
||||||
|
self.system_bus.set_exit_on_disconnect(False)
|
||||||
return True
|
return True
|
||||||
|
|
||||||
system_bus = SystemBus()
|
system_bus = SystemBus()
|
||||||
|
|
Loading…
Add table
Reference in a new issue