From d74f7761f86dc241e72a54920a10a2117cec2f81 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Fri, 20 Aug 2010 10:13:16 -0500 Subject: Adding keyboard and ibus to overrides --- data/ordering-override.keyfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/data/ordering-override.keyfile b/data/ordering-override.keyfile index dcfb75b..ab1ffe1 100644 --- a/data/ordering-override.keyfile +++ b/data/ordering-override.keyfile @@ -1,2 +1,4 @@ [Ordering Index Overrides] gnome-power-manager=1 +gst-keyboard-xkb=2 +ibus=3 -- cgit v1.2.3 From 35924b4d7fc030773a78001fd046b1d2f8c985ad Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Fri, 20 Aug 2010 10:13:35 -0500 Subject: Handling the typo --- data/ordering-override.keyfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/data/ordering-override.keyfile b/data/ordering-override.keyfile index ab1ffe1..71d7c1a 100644 --- a/data/ordering-override.keyfile +++ b/data/ordering-override.keyfile @@ -1,4 +1,5 @@ [Ordering Index Overrides] gnome-power-manager=1 gst-keyboard-xkb=2 -ibus=3 +gsd-keyboard-xkb=3 +ibus=4 -- cgit v1.2.3 From 81de0483bc6a87ed5fe0913121247ea96eb83d61 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Fri, 20 Aug 2010 11:54:25 -0500 Subject: Get the proper position for an application when it becomes visible. --- src/application-service-appstore.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- cgit v1.2.3