diff options
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | src/app-indicator.c | 1 |
2 files changed, 8 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index d7a5d98..1cdfb45 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +indicator-application (0.2.9-0ubuntu2~ppa2~race2) UNRELEASED; urgency=low + + * Upstream Merge + * Making a printout + + -- Ted Gould <ted@ubuntu.com> Wed, 20 Oct 2010 15:23:08 -0400 + indicator-application (0.2.9-0ubuntu2~ppa2~race1) maverick; urgency=low * Upstream Merge 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); } |