aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2012-01-19 11:46:28 -0600
committerTed Gould <ted@gould.cx>2012-01-19 11:46:28 -0600
commitf2f9c5b63cfc8e9c9b8dfb77d2f8f9aed687720e (patch)
tree7449a536b57c232e620f08b0dfcb9fb8e7d1c458
parent8a739e176e44cfff995711606c224caa9a1920b8 (diff)
downloadlibayatana-indicator-f2f9c5b63cfc8e9c9b8dfb77d2f8f9aed687720e.tar.gz
libayatana-indicator-f2f9c5b63cfc8e9c9b8dfb77d2f8f9aed687720e.tar.bz2
libayatana-indicator-f2f9c5b63cfc8e9c9b8dfb77d2f8f9aed687720e.zip
Set the parent_object on the default entry
-rw-r--r--libindicator/indicator-object.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libindicator/indicator-object.c b/libindicator/indicator-object.c
index 7a3e393..adaa9ed 100644
--- a/libindicator/indicator-object.c
+++ b/libindicator/indicator-object.c
@@ -257,6 +257,7 @@ indicator_object_init (IndicatorObject *self)
self->priv->module = NULL;
+ self->priv->entry.parent_object = self;
self->priv->entry.menu = NULL;
self->priv->entry.label = NULL;
self->priv->entry.image = NULL;