aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-10-20 15:22:46 -0400
committerTed Gould <ted@gould.cx>2010-10-20 15:22:46 -0400
commitb176944e2d256abca0ced734f31e09d621a19998 (patch)
tree9a338d53b0370770c10b6b170f3e8cbf2c14ede1
parentccea5af6d5cce8bcb3a6f14fa8a4325708e0e71c (diff)
downloadayatana-indicator-application-b176944e2d256abca0ced734f31e09d621a19998.tar.gz
ayatana-indicator-application-b176944e2d256abca0ced734f31e09d621a19998.tar.bz2
ayatana-indicator-application-b176944e2d256abca0ced734f31e09d621a19998.zip
Uhg, we need a message to know if we've fixed the bug.
-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);
}