[Xfce4-commits] <thunar:master> Sort recommended applications (bug #8927).
Nick Schermer
noreply at xfce.org
Tue Sep 25 20:16:02 CEST 2012
Updating branch refs/heads/master
to 9b831020542e41435817733ad5ae6c71ee8c9b54 (commit)
from a466d0668d9696d206f37c89a28d1ff5d7e6eebb (commit)
commit 9b831020542e41435817733ad5ae6c71ee8c9b54
Author: Nick Schermer <nick at xfce.org>
Date: Tue Sep 25 20:13:37 2012 +0200
Sort recommended applications (bug #8927).
thunar/thunar-chooser-model.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/thunar/thunar-chooser-model.c b/thunar/thunar-chooser-model.c
index 2649bf0..2866e37 100644
--- a/thunar/thunar-chooser-model.c
+++ b/thunar/thunar-chooser-model.c
@@ -296,6 +296,7 @@ thunar_chooser_model_reload (ThunarChooserModel *model)
recommended = g_app_info_get_all_for_type (model->content_type);
/* append them as recommended */
+ recommended = g_list_sort (recommended, sort_app_infos);
thunar_chooser_model_append (model,
_("Recommended Applications"),
"preferences-desktop-default-applications",
More information about the Xfce4-commits
mailing list