Merge lp:~ted/indicator-application/parent-pointer into lp:indicator-application/0.5

Proposed by Ted Gould
Status: Merged
Approved by: Charles Kerr
Approved revision: 230
Merged at revision: 230
Proposed branch: lp:~ted/indicator-application/parent-pointer
Merge into: lp:indicator-application/0.5
Diff against target: 11 lines (+1/-0)
1 file modified
src/indicator-application.c (+1/-0)
To merge this branch: bzr merge lp:~ted/indicator-application/parent-pointer
Reviewer Review Type Date Requested Status
Charles Kerr (community) Approve
Review via email: mp+101281@code.launchpad.net

Description of the change

Adding in the parent object pointer for unity-panel-service.

To post a comment you must log in.
Revision history for this message
Charles Kerr (charlesk) wrote :

Nice catch! How did you find this?

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'src/indicator-application.c'
--- src/indicator-application.c 2012-03-17 16:04:31 +0000
+++ src/indicator-application.c 2012-04-09 19:54:24 +0000
@@ -503,6 +503,7 @@
503503
504 ApplicationEntry * app = g_new0(ApplicationEntry, 1);504 ApplicationEntry * app = g_new0(ApplicationEntry, 1);
505505
506 app->entry.parent_object = INDICATOR_OBJECT(application);
506 app->old_service = FALSE;507 app->old_service = FALSE;
507 app->icon_theme_path = NULL;508 app->icon_theme_path = NULL;
508 if (icon_theme_path != NULL && icon_theme_path[0] != '\0') {509 if (icon_theme_path != NULL && icon_theme_path[0] != '\0') {

Subscribers

People subscribed via source and target branches