Ted Gould has proposed merging lp:~ted/indicator-application/icon-label-updates-wrong into lp:indicator-application.
Requested reviews: Indicator Applet Developers (indicator-applet-developers) Not using the get_position everywhere, so things were getting out of position. -- https://code.launchpad.net/~ted/indicator-application/icon-label-updates-wrong/+merge/33237 Your team ayatana-commits is subscribed to branch lp:indicator-application.
=== 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 @@ g_signal_emit(G_OBJECT(app->appstore), signals[APPLICATION_ADDED], 0, newicon, - g_list_index(priv->applications, app), /* Position */ + get_position(app), /* Position */ app->dbus_name, app->menu, app->icon_theme_path,
_______________________________________________ Mailing list: https://launchpad.net/~ayatana-commits Post to : [email protected] Unsubscribe : https://launchpad.net/~ayatana-commits More help : https://help.launchpad.net/ListHelp

