diff options
author | Ted Gould <ted@gould.cx> | 2010-08-25 13:32:26 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-08-25 13:32:26 -0500 |
commit | 87c04ea8c9c417c9e7d626c10d6f2336f120a1b0 (patch) | |
tree | 47ec6d71950ee60158041c0af5867329d8895481 /src | |
parent | 618737a96a7e64376d68aa9d8fbf2acd7cd0904f (diff) | |
parent | c74badef6ebd674dcdb390744487c9848a3fdd5c (diff) | |
download | ayatana-indicator-application-87c04ea8c9c417c9e7d626c10d6f2336f120a1b0.tar.gz ayatana-indicator-application-87c04ea8c9c417c9e7d626c10d6f2336f120a1b0.tar.bz2 ayatana-indicator-application-87c04ea8c9c417c9e7d626c10d6f2336f120a1b0.zip |
* Upstream Merge
* Fixing the position of new indicators (LP: #623205)
* Position the ibus and keyboard layout indicators correctly.
Diffstat (limited to 'src')
-rw-r--r-- | src/application-service-appstore.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/application-service-appstore.c b/src/application-service-appstore.c index f52ea2d..d5f9a81 100644 --- a/src/application-service-appstore.c +++ b/src/application-service-appstore.c @@ -621,7 +621,7 @@ apply_status (Application * app) 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, |