Fix traceback on focus changes

This commit is contained in:
Dan Williams
2006-06-07 12:22:28 -04:00
parent 55d863fc71
commit f7cd0939c4
4 changed files with 5 additions and 11 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
# -*- tab-width: 4; indent-tabs-mode: t -*-
import avahi, dbus, dbus.glib, dbus.dbus_bindings
import avahi, dbus, dbus.glib, dbus_bindings
ACTION_SERVICE_NEW = 'new'
ACTION_SERVICE_REMOVED = 'removed'
@@ -97,7 +97,7 @@ class PresenceAnnounce(object):
"", "", # domain, host (let the system figure it out)
dbus.UInt16(rs_port), info,)
g.Commit()
except dbus.dbus_bindings.DBusException, exc:
except dbus_bindings.DBusException, exc:
# FIXME: ignore local name collisions, since that means
# the zeroconf service is already registered. Ideally we
# should un-register it an re-register with the correct info