From fed6348d65e3d927e0fe42733de91a09cf43fec2 Mon Sep 17 00:00:00 2001 From: Conor Curran Date: Thu, 14 Jul 2011 17:20:38 +0100 Subject: changed default return value of get location to 0 --- src/indicator-session.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/indicator-session.c b/src/indicator-session.c index ded9218..068ffef 100644 --- a/src/indicator-session.c +++ b/src/indicator-session.c @@ -275,7 +275,7 @@ indicator_session_get_location (IndicatorObject * io, return 0; } g_warning ("IOEntry handed to us to position but we don't own it!"); - return -1; + return 0; } /* callback for the service manager state of being */ -- cgit v1.2.3