diff options
author | Ted Gould <ted@gould.cx> | 2010-01-06 23:27:49 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-01-06 23:27:49 -0600 |
commit | 5b6e880757549a514b90b74767716a7849191281 (patch) | |
tree | a83ad91ff2cf1ac4e1c732f83531f854e81bfe3d /libdbusmenu-glib | |
parent | 2e2d1894a25c8d49a9cec7c0295f43c930a175cf (diff) | |
download | libdbusmenu-5b6e880757549a514b90b74767716a7849191281.tar.gz libdbusmenu-5b6e880757549a514b90b74767716a7849191281.tar.bz2 libdbusmenu-5b6e880757549a514b90b74767716a7849191281.zip |
Removing debug message
Diffstat (limited to 'libdbusmenu-glib')
-rw-r--r-- | libdbusmenu-glib/client.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdbusmenu-glib/client.c b/libdbusmenu-glib/client.c index 675a01d..01dfed7 100644 --- a/libdbusmenu-glib/client.c +++ b/libdbusmenu-glib/client.c @@ -367,7 +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); + /* g_debug("Owner change: %s %s %s", name, prev, new); */ if (!(new[0] != '\0' && prev[0] == '\0')) { /* If it's not someone new getting on the bus, sorry we |