Changeset 8478 for branches/pep/src/common/dbus_support.py
- Timestamp:
- 08/09/07 17:39:18 (17 months ago)
- Files:
-
- 1 modified
-
branches/pep/src/common/dbus_support.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/pep/src/common/dbus_support.py
r7672 r8478 61 61 if self.system_bus is None: 62 62 return False 63 # Don't exit Gajim when dbus is stopped 64 self.system_bus.set_exit_on_disconnect(False) 63 65 return True 64 66
