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
1=== modified file 'src/application-service-appstore.c'
2--- src/application-service-appstore.c 2010-08-19 14:57:49 +0000
3+++ src/application-service-appstore.c 2010-08-20 16:57:42 +0000
4@@ -621,7 +621,7 @@
5 g_signal_emit(G_OBJECT(app->appstore),
6 signals[APPLICATION_ADDED], 0,
7 newicon,
8- g_list_index(priv->applications, app), /* Position */
9+ get_position(app), /* Position */
10 app->dbus_name,
11 app->menu,
12 app->icon_theme_path,

Subscribers

People subscribed via source and target branches