Re: [Tracker] Sort tag in nautilus plugin
- From: Martyn Russell <martyn lanedo com>
- To: Jorge <xxopxe gmail com>
- Cc: tracker list <tracker-list gnome org>
- Subject: Re: [Tracker] Sort tag in nautilus plugin
- Date: Mon, 01 Feb 2010 09:21:48 +0000
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
[Date Prev][
Date Next] [Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]