Show
Ignore:
Timestamp:
08/09/07 17:39:18 (17 months ago)
Author:
asterix
Message:

merge diff from trunk to pep branch

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/pep/src/common/dbus_support.py

    r7672 r8478  
    6161                        if self.system_bus is None: 
    6262                                return False 
     63                        # Don't exit Gajim when dbus is stopped 
     64                        self.system_bus.set_exit_on_disconnect(False) 
    6365                return True 
    6466