On 28/01/10 19:55, Jorge wrote:
diff --git a/src/plugins/nautilus/tracker-tags-view.c b/src/plugins/nautilus/tracker-tags-view.c index 1c5d820..7372d91 100644 --- a/src/plugins/nautilus/tracker-tags-view.c +++ b/src/plugins/nautilus/tracker-tags-view.c @@ -851,7 +851,8 @@ tags_view_create_ui (TrackerTagsView *tv) "WHERE {" " ?u a nao:Tag ;" " nao:prefLabel ?t ." - "}", + "}" + "ORDER BY ?t", tags_view_add_tags_cb, tv);gtk_widget_show_all (GTK_WIDGET (tv));
Great patch thank you. It has now been committed. Please attach patches as files in the future, it makes it easier to apply them.
Again, thank you ;) -- Regards, Martyn _______________________________________________ tracker-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/tracker-list
