diff options
author | Ted Gould <ted@gould.cx> | 2010-01-06 23:18:40 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-01-06 23:18:40 -0600 |
commit | 3b16d92bf8b3bbcd17cc83ee54763b07728db163 (patch) | |
tree | 1cecc46ec167815fd572f77750aa4aae44226b05 | |
parent | dcef2a18df12bc88b893541bd63f2f8fa7ce3b6a (diff) | |
parent | 679a4e15178874f21c655a3fdcaa581d0f83fbc0 (diff) | |
download | libdbusmenu-3b16d92bf8b3bbcd17cc83ee54763b07728db163.tar.gz libdbusmenu-3b16d92bf8b3bbcd17cc83ee54763b07728db163.tar.bz2 libdbusmenu-3b16d92bf8b3bbcd17cc83ee54763b07728db163.zip |
* Upstream update:
* Debug message
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | libdbusmenu-glib/client.c | 1 |
2 files changed, 8 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index fc8d9b2..785fe75 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +libdbusmenu (0.2.0~dev-0ubuntu1~ppa8~light3) UNRELEASED; urgency=low + + * Upstream update: + * Debug message + + -- Ted Gould <ted@ubuntu.com> Wed, 06 Jan 2010 23:18:22 -0600 + libdbusmenu (0.2.0~dev-0ubuntu1~ppa8~light2) karmic; urgency=low * Upstream update: diff --git a/libdbusmenu-glib/client.c b/libdbusmenu-glib/client.c index dc25571..dc1da4e 100644 --- a/libdbusmenu-glib/client.c +++ b/libdbusmenu-glib/client.c @@ -367,6 +367,7 @@ static void dbus_owner_change (DBusGProxy * proxy, const gchar * name, const gchar * prev, const gchar * new, DbusmenuClient * client) { DbusmenuClientPrivate * priv = DBUSMENU_CLIENT_GET_PRIVATE(client); + g_debug("Owner change: %s %s %s", name, prev, new); if (!(new != NULL && prev == NULL)) { /* If it's not someone new getting on the bus, sorry we |