aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-01-15 16:08:35 -0600
committerTed Gould <ted@gould.cx>2010-01-15 16:08:35 -0600
commitc25db995a7c12f9b0460e903633d01926c9b4aed (patch)
tree9581308d752d84dc35b6806e7da636a2ae156b3f
parentcb5f34b94c8455e8b33e69d94803f5fa2c5d9d11 (diff)
downloadlibayatana-indicator-c25db995a7c12f9b0460e903633d01926c9b4aed.tar.gz
libayatana-indicator-c25db995a7c12f9b0460e903633d01926c9b4aed.tar.bz2
libayatana-indicator-c25db995a7c12f9b0460e903633d01926c9b4aed.zip
No error on not having a get_location function. We'll just return zero.
-rw-r--r--libindicator/indicator-object.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libindicator/indicator-object.c b/libindicator/indicator-object.c
index f186a4f..87cd648 100644
--- a/libindicator/indicator-object.c
+++ b/libindicator/indicator-object.c
@@ -390,6 +390,5 @@ indicator_object_get_location (IndicatorObject * io, IndicatorObjectEntry * entr
return class->get_location(io, entry);
}
- g_error("No get_entries function on object. It must have been deleted?!?!");
return 0;
}