aboutsummaryrefslogtreecommitdiff
path: root/src/app-indicator.c
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-10-20 15:23:29 -0400
committerTed Gould <ted@gould.cx>2010-10-20 15:23:29 -0400
commit77d4ced2d4d4230de6f3d7bca6c316ba34c0fda5 (patch)
tree13b454418f2143425e0fd8e341732e3730fd5847 /src/app-indicator.c
parent7fa4cd49b4187bc1f9b9659119135c0c43d5a8bf (diff)
parentb176944e2d256abca0ced734f31e09d621a19998 (diff)
downloadlibayatana-appindicator-77d4ced2d4d4230de6f3d7bca6c316ba34c0fda5.tar.gz
libayatana-appindicator-77d4ced2d4d4230de6f3d7bca6c316ba34c0fda5.tar.bz2
libayatana-appindicator-77d4ced2d4d4230de6f3d7bca6c316ba34c0fda5.zip
* Upstream Merge
* Making a printout
Diffstat (limited to 'src/app-indicator.c')
-rw-r--r--src/app-indicator.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/app-indicator.c b/src/app-indicator.c
index 5a9e531..4f7daa8 100644
--- a/src/app-indicator.c
+++ b/src/app-indicator.c
@@ -1064,6 +1064,7 @@ check_owner_cb (DBusGProxy *proxy, gboolean exists, GError *error, gpointer user
}
if (exists) {
+ g_debug("Woah, we actually has a race condition with dbus");
dbus_owner_change(proxy, NOTIFICATION_WATCHER_DBUS_ADDR, NULL, "Non NULL", userdata);
}