From 69bec2a8b6dedf0a6e7ee7bd96ff82a26774ef42 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Wed, 11 Feb 2009 17:14:02 -0600 Subject: Removing an annoying warning --- libindicate/listener.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'libindicate') 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; } -- cgit v1.2.3