diff options
author | Ted Gould <ted@gould.cx> | 2012-01-19 11:46:28 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2012-01-19 11:46:28 -0600 |
commit | f2f9c5b63cfc8e9c9b8dfb77d2f8f9aed687720e (patch) | |
tree | 7449a536b57c232e620f08b0dfcb9fb8e7d1c458 /libindicator/indicator-object.c | |
parent | 8a739e176e44cfff995711606c224caa9a1920b8 (diff) | |
download | libayatana-indicator-f2f9c5b63cfc8e9c9b8dfb77d2f8f9aed687720e.tar.gz libayatana-indicator-f2f9c5b63cfc8e9c9b8dfb77d2f8f9aed687720e.tar.bz2 libayatana-indicator-f2f9c5b63cfc8e9c9b8dfb77d2f8f9aed687720e.zip |
Set the parent_object on the default entry
Diffstat (limited to 'libindicator/indicator-object.c')
-rw-r--r-- | libindicator/indicator-object.c | 1 |
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; |