diff options
author | Ted Gould <ted@gould.cx> | 2010-01-13 08:38:14 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-01-13 08:38:14 -0600 |
commit | 06a6bb7fcbbd703bade0aaff06ab2349b3644724 (patch) | |
tree | b4bf0cea78c25a74b9d87d1703f4c0b95d098e13 /src/libappindicator | |
parent | 5898ca0cf3754ee733ba670feedf5046e921c6e7 (diff) | |
download | ayatana-indicator-application-06a6bb7fcbbd703bade0aaff06ab2349b3644724.tar.gz ayatana-indicator-application-06a6bb7fcbbd703bade0aaff06ab2349b3644724.tar.bz2 ayatana-indicator-application-06a6bb7fcbbd703bade0aaff06ab2349b3644724.zip |
Removing a warning.
Diffstat (limited to 'src/libappindicator')
-rw-r--r-- | src/libappindicator/app-indicator.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libappindicator/app-indicator.c b/src/libappindicator/app-indicator.c index 7ade413..31b6c6b 100644 --- a/src/libappindicator/app-indicator.c +++ b/src/libappindicator/app-indicator.c @@ -576,7 +576,8 @@ check_connect (AppIndicator *self) NOTIFICATION_WATCHER_DBUS_IFACE, &error); if (error != NULL) { - g_warning("Unable to create Ayatana Watcher proxy! %s", error->message); + /* Unable to get proxy, but we're handling that now so + it's not a warning anymore. */ g_error_free(error); start_fallback_timer(self, FALSE); return; |