diff options
author | Ted Gould <ted@canonical.com> | 2009-02-11 17:14:02 -0600 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-02-11 17:14:02 -0600 |
commit | 69bec2a8b6dedf0a6e7ee7bd96ff82a26774ef42 (patch) | |
tree | 27a18681d1534f37f6fe9d149f68cce0e4fa33f5 | |
parent | 5feca662d7e9abe470154aeb0f1ce74de1346d32 (diff) | |
download | libayatana-indicator-69bec2a8b6dedf0a6e7ee7bd96ff82a26774ef42.tar.gz libayatana-indicator-69bec2a8b6dedf0a6e7ee7bd96ff82a26774ef42.tar.bz2 libayatana-indicator-69bec2a8b6dedf0a6e7ee7bd96ff82a26774ef42.zip |
Removing an annoying warning
-rw-r--r-- | libindicate/listener.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libindicate/listener.c b/libindicate/listener.c index 61b35d6..797ca75 100644 --- a/libindicate/listener.c +++ b/libindicate/listener.c @@ -771,8 +771,6 @@ get_server_property (IndicateListener * listener, IndicateListenerServer * serve proxy_t * proxyt = g_hash_table_lookup(priv->proxies_working, server); if (proxyt == NULL) { - g_warning("Looking for a property on an interface that hasn't be setup for indicators."); - // Send NULL to the callback return; } |