diff options
author | Ted Gould <ted@gould.cx> | 2012-04-09 14:43:39 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2012-04-09 14:43:39 -0500 |
commit | 1833f44b0a93d4b7d8fa14fdfb295f7fe6c66dea (patch) | |
tree | 869936b4d0ab33ef1e9b2265b32bf9d8942e949e | |
parent | daf30a3ca8f5127e383f37d00c5e630033321357 (diff) | |
download | ayatana-indicator-application-1833f44b0a93d4b7d8fa14fdfb295f7fe6c66dea.tar.gz ayatana-indicator-application-1833f44b0a93d4b7d8fa14fdfb295f7fe6c66dea.tar.bz2 ayatana-indicator-application-1833f44b0a93d4b7d8fa14fdfb295f7fe6c66dea.zip |
Set the parent object pointer to help unity-panel-service
-rw-r--r-- | src/indicator-application.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/indicator-application.c b/src/indicator-application.c index a1f547e..321d3d7 100644 --- a/src/indicator-application.c +++ b/src/indicator-application.c @@ -503,6 +503,7 @@ application_added (IndicatorApplication * application, const gchar * iconname, g ApplicationEntry * app = g_new0(ApplicationEntry, 1); + app->entry.parent_object = INDICATOR_OBJECT(application); app->old_service = FALSE; app->icon_theme_path = NULL; if (icon_theme_path != NULL && icon_theme_path[0] != '\0') { |