diff options
author | Ted Gould <ted@gould.cx> | 2010-08-13 12:24:11 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-08-13 12:24:11 -0500 |
commit | c04a7cf4f33a7079be7718b72c5408f51f225ca3 (patch) | |
tree | c7e29881a9609a307d9eca4a19e64495464cd9f3 | |
parent | 564b2afe7960f5b277070c00370cbf1358e5246f (diff) | |
download | ayatana-indicator-application-c04a7cf4f33a7079be7718b72c5408f51f225ca3.tar.gz ayatana-indicator-application-c04a7cf4f33a7079be7718b72c5408f51f225ca3.tar.bz2 ayatana-indicator-application-c04a7cf4f33a7079be7718b72c5408f51f225ca3.zip |
Uhg, broken merge.
-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 57c4671..771f2af 100644 --- a/src/application-service-appstore.c +++ b/src/application-service-appstore.c @@ -392,7 +392,7 @@ get_all_properties_cb (DBusGProxy * proxy, GHashTable * properties, GError * err app->guide = g_strdup(""); } - priv->applications = g_list_insert_sorted_with_data (priv->applications, app, app_sort_func, priv->lrufile); + priv->applications = g_list_insert_sorted_with_data (priv->applications, app, app_sort_func, NULL); g_list_foreach(priv->approvers, check_with_old_approver, app); apply_status(app); |