aboutsummaryrefslogtreecommitdiff
path: root/src/application-service-appstore.c
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-08-11 12:11:34 -0500
committerTed Gould <ted@gould.cx>2010-08-11 12:11:34 -0500
commit68b74230e9641ddd34e2ff48f9be982f15ea58c6 (patch)
tree1992840ebd3c863d3e797fed2df9b8f37658b8a3 /src/application-service-appstore.c
parent5dcb1d4db537966b7cc685dcba2a6e5352476232 (diff)
parent0dd2e79a84c137ed4846bfd145ce362dcade3477 (diff)
downloadlibayatana-appindicator-68b74230e9641ddd34e2ff48f9be982f15ea58c6.tar.gz
libayatana-appindicator-68b74230e9641ddd34e2ff48f9be982f15ea58c6.tar.bz2
libayatana-appindicator-68b74230e9641ddd34e2ff48f9be982f15ea58c6.zip
* Upstream Merge
* Cleaning up the ID creation and ordering to put low numbers to the right.
Diffstat (limited to 'src/application-service-appstore.c')
-rw-r--r--src/application-service-appstore.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/application-service-appstore.c b/src/application-service-appstore.c
index 2306230..57f8871 100644
--- a/src/application-service-appstore.c
+++ b/src/application-service-appstore.c
@@ -530,7 +530,7 @@ app_sort_func (gconstpointer a, gconstpointer b, gpointer userdata)
{
Application * appa = (Application *)a;
Application * appb = (Application *)b;
- return appa->ordering_index - appb->ordering_index;
+ return appb->ordering_index - appa->ordering_index;
}
/* Change the status of the application. If we're going passive