From a09510f6cb416fed7e98ce7df61d74f56d7a1bff Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Sat, 11 Apr 2009 23:07:38 -0500 Subject: Fixing some pedantic little bugs to try and figure out what's causing 359018 --- libindicate/listener.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libindicate/listener.c') diff --git a/libindicate/listener.c b/libindicate/listener.c index 381a5f9..4c754ac 100644 --- a/libindicate/listener.c +++ b/libindicate/listener.c @@ -272,7 +272,7 @@ indicate_listener_init (IndicateListener * listener) static void indicate_listener_finalize (GObject * obj) { - IndicateListener * listener = INDICATE_LISTENER(obj); + /* IndicateListener * listener = INDICATE_LISTENER(obj); */ return; } @@ -833,7 +833,7 @@ gboolean _indicate_listener_get_indicator_servers (IndicateListener * listener, GList * servers) { - + return TRUE; } static void -- cgit v1.2.3