From 1833f44b0a93d4b7d8fa14fdfb295f7fe6c66dea Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Mon, 9 Apr 2012 14:43:39 -0500 Subject: Set the parent object pointer to help unity-panel-service --- src/indicator-application.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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') { -- cgit v1.2.3