diff options
Diffstat (limited to 'src/indicator-session.c')
-rw-r--r-- | src/indicator-session.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |