Changeset 43e2e9d
- Timestamp:
- 2007-08-21T22:52:53Z (17 years ago)
- Branches:
- master
- Children:
- 025da7a
- Parents:
- 8237df5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
skype/skyped.py
r8237df5 r43e2e9d 112 112 reply = str(s) 113 113 if(reply.startswith("org.freedesktop.DBus.Error.ServiceUnknown")): 114 self.remove_from_connection(dbus.SessionBus(), "/com/Skype/Client") 114 try: 115 self.remove_from_connection(dbus.SessionBus(), "/com/Skype/Client") 116 except LookupError: 117 pass 115 118 mainloop.quit() 116 119 dprint('<< ' + reply)
Note: See TracChangeset
for help on using the changeset viewer.