Merge lp:~ted/indicator-application/icon-label-updates-wrong into lp:indicator-application/0.4

Proposed by Ted Gould
Status: Merged
Merged at revision: 154
Proposed branch: lp:~ted/indicator-application/icon-label-updates-wrong
Merge into: lp:indicator-application/0.4
Diff against target: 12 lines (+1/-1)
1 file modified
src/application-service-appstore.c (+1/-1)
To merge this branch: bzr merge lp:~ted/indicator-application/icon-label-updates-wrong
Reviewer Review Type Date Requested Status
Cody Russell (community) Approve
Review via email: mp+33237@code.launchpad.net

Description of the change

Not using the get_position everywhere, so things were getting out of position.

To post a comment you must log in.
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
=== modified file 'src/application-service-appstore.c'
--- src/application-service-appstore.c 2010-08-19 14:57:49 +0000
+++ src/application-service-appstore.c 2010-08-20 16:57:42 +0000
@@ -621,7 +621,7 @@
621 g_signal_emit(G_OBJECT(app->appstore),621 g_signal_emit(G_OBJECT(app->appstore),
622 signals[APPLICATION_ADDED], 0,622 signals[APPLICATION_ADDED], 0,
623 newicon,623 newicon,
624 g_list_index(priv->applications, app), /* Position */624 get_position(app), /* Position */
625 app->dbus_name,625 app->dbus_name,
626 app->menu,626 app->menu,
627 app->icon_theme_path,627 app->icon_theme_path,

Subscribers

People subscribed via source and target branches