diff options
author | Ted Gould <ted@gould.cx> | 2010-01-06 22:37:30 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-01-06 22:37:30 -0600 |
commit | 3fb3763a1747144e5c91dbca181f08f2dcfe7fcf (patch) | |
tree | f2c53eb05aee9800a142169655505603fa11434a | |
parent | 0462b27759eee1bc0b022c5f4b270383c66b9f8a (diff) | |
parent | e2a1a14db73dfd136747f11eb6c9727a9752b8d4 (diff) | |
download | libdbusmenu-3fb3763a1747144e5c91dbca181f08f2dcfe7fcf.tar.gz libdbusmenu-3fb3763a1747144e5c91dbca181f08f2dcfe7fcf.tar.bz2 libdbusmenu-3fb3763a1747144e5c91dbca181f08f2dcfe7fcf.zip |
* Upstream update:
* Looking at the dbus name
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | libdbusmenu-glib/client.c | 2 |
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; } |