aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2012-01-13 15:34:48 +0100
committerTed Gould <ted@gould.cx>2012-01-13 15:34:48 +0100
commit0419bac431d9820e3e611aeb2d95f3a6d2caf258 (patch)
tree9aaf0f1fcc36e314aac7b44ed95297128b687b2e
parenta88097a93dcbd513d2d03d699c396e7b99ed4494 (diff)
downloadlibayatana-indicator-0419bac431d9820e3e611aeb2d95f3a6d2caf258.tar.gz
libayatana-indicator-0419bac431d9820e3e611aeb2d95f3a6d2caf258.tar.bz2
libayatana-indicator-0419bac431d9820e3e611aeb2d95f3a6d2caf258.zip
Clearing the entry function pointers
-rw-r--r--libindicator/indicator-object.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/libindicator/indicator-object.c b/libindicator/indicator-object.c
index 1fad637..7a3e393 100644
--- a/libindicator/indicator-object.c
+++ b/libindicator/indicator-object.c
@@ -99,6 +99,10 @@ indicator_object_class_init (IndicatorObjectClass *klass)
klass->get_entries = get_entries_default;
klass->get_location = NULL;
+ klass->entry_activate = NULL;
+ klass->entry_activate_window = NULL;
+ klass->entry_close = NULL;
+
/**
IndicatorObject::entry-added:
@arg0: The #IndicatorObject object