diff options
author | Ted Gould <ted@gould.cx> | 2010-10-20 15:22:46 -0400 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-10-20 15:22:46 -0400 |
commit | b176944e2d256abca0ced734f31e09d621a19998 (patch) | |
tree | 9a338d53b0370770c10b6b170f3e8cbf2c14ede1 | |
parent | ccea5af6d5cce8bcb3a6f14fa8a4325708e0e71c (diff) | |
download | libayatana-appindicator-b176944e2d256abca0ced734f31e09d621a19998.tar.gz libayatana-appindicator-b176944e2d256abca0ced734f31e09d621a19998.tar.bz2 libayatana-appindicator-b176944e2d256abca0ced734f31e09d621a19998.zip |
Uhg, we need a message to know if we've fixed the bug.
-rw-r--r-- | src/app-indicator.c | 1 |
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); } |