diff options
author | Marco Trevisan (Treviño) <mail@3v1n0.net> | 2011-01-27 12:40:33 +0100 |
---|---|---|
committer | Marco Trevisan (Treviño) <mail@3v1n0.net> | 2011-01-27 12:40:33 +0100 |
commit | e18d298c9366e46a66948cd06165aadf01824da1 (patch) | |
tree | 8059a462a96d926dcdf2a916eb3a976f3c36c8f0 /src | |
parent | eb8d8a3494af3c7fc57f97bd72486da0962a36ce (diff) | |
download | libayatana-appindicator-e18d298c9366e46a66948cd06165aadf01824da1.tar.gz libayatana-appindicator-e18d298c9366e46a66948cd06165aadf01824da1.tar.bz2 libayatana-appindicator-e18d298c9366e46a66948cd06165aadf01824da1.zip |
app-indicator: remove old debug code.
Diffstat (limited to 'src')
-rw-r--r-- | src/app-indicator.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/app-indicator.c b/src/app-indicator.c index 8f8661b..4bef6de 100644 --- a/src/app-indicator.c +++ b/src/app-indicator.c @@ -1145,11 +1145,6 @@ bus_watcher_ready (GObject * obj, GAsyncResult * res, gpointer user_data) /* Setting up a signal to watch when the unique name changes */ g_signal_connect(G_OBJECT(app->priv->watcher_proxy), "notify::g-name-owner", G_CALLBACK(watcher_owner_changed), user_data); - - char * name = g_dbus_proxy_get_name_owner(app->priv->watcher_proxy); - if (name != NULL) { - g_free(name); - } } /* Let's insure that someone is on the other side, else we're |