aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog7
-rw-r--r--libdbusmenu-glib/client.c2
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 270b67b..f19608b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libdbusmenu (0.2.0~dev-0ubuntu1~ppa8~light2) UNRELEASED; urgency=low
+
+ * Upstream update:
+ * Looking at the dbus name
+
+ -- Ted Gould <ted@ubuntu.com> Wed, 06 Jan 2010 22:37:07 -0600
+
libdbusmenu (0.2.0~dev-0ubuntu1~ppa8~light1) karmic; urgency=low
* Upstream update:
diff --git a/libdbusmenu-glib/client.c b/libdbusmenu-glib/client.c
index c60af84..dc25571 100644
--- a/libdbusmenu-glib/client.c
+++ b/libdbusmenu-glib/client.c
@@ -376,7 +376,7 @@ dbus_owner_change (DBusGProxy * proxy, const gchar * name, const gchar * prev, c
return;
}
- if (g_strcmp0(new, priv->dbus_name)) {
+ if (g_strcmp0(name, priv->dbus_name)) {
/* Again, someone else's service. */
return;
}