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 /libdbusmenu-glib/client.c | |
parent | dcef2a18df12bc88b893541bd63f2f8fa7ce3b6a (diff) | |
parent | 679a4e15178874f21c655a3fdcaa581d0f83fbc0 (diff) | |
download | libdbusmenu-3b16d92bf8b3bbcd17cc83ee54763b07728db163.tar.gz libdbusmenu-3b16d92bf8b3bbcd17cc83ee54763b07728db163.tar.bz2 libdbusmenu-3b16d92bf8b3bbcd17cc83ee54763b07728db163.zip |
* Upstream update:
* Debug message
Diffstat (limited to 'libdbusmenu-glib/client.c')
-rw-r--r-- | libdbusmenu-glib/client.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 |