Merge lp:~ted/indicator-application/bug507975 into lp:indicator-application/0.4

Proposed by Ted Gould
Status: Merged
Merged at revision: not available
Proposed branch: lp:~ted/indicator-application/bug507975
Merge into: lp:indicator-application/0.4
Diff against target: 12 lines (+1/-1)
1 file modified
src/libappindicator/app-indicator.c (+1/-1)
To merge this branch: bzr merge lp:~ted/indicator-application/bug507975
Reviewer Review Type Date Requested Status
Cody Russell (community) Approve
Review via email: mp+17680@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Ted Gould (ted) wrote :

Fixes bug507975 by using the right function to connect to the signal. It's infact, why the function was written.

Revision history for this message
Cody Russell (bratsche) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/libappindicator/app-indicator.c'
2--- src/libappindicator/app-indicator.c 2010-01-15 02:27:28 +0000
3+++ src/libappindicator/app-indicator.c 2010-01-19 19:40:24 +0000
4@@ -758,7 +758,7 @@
5 gtk_status_icon_set_title(icon, app_indicator_get_id(self));
6
7 g_signal_connect(G_OBJECT(self), APP_INDICATOR_SIGNAL_NEW_STATUS,
8- G_CALLBACK(status_icon_changes), icon);
9+ G_CALLBACK(status_icon_status_wrapper), icon);
10 g_signal_connect(G_OBJECT(self), APP_INDICATOR_SIGNAL_NEW_ICON,
11 G_CALLBACK(status_icon_changes), icon);
12 g_signal_connect(G_OBJECT(self), APP_INDICATOR_SIGNAL_NEW_ATTENTION_ICON,

Subscribers

People subscribed via source and target branches