[anjuta] symbol-db: Bug 613962 - symbol-db views need alphabetical ordering
- From: Naba Kumar <naba src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [anjuta] symbol-db: Bug 613962 - symbol-db views need alphabetical ordering
- Date: Thu, 15 Apr 2010 17:54:06 +0000 (UTC)
commit 56ed2924cedd755cf158ccebbeae4f09a1fcece7
Author: Naba Kumar <naba gnome org>
Date: Thu Apr 15 21:20:44 2010 +0300
symbol-db: Bug 613962 - symbol-db views need alphabetical ordering
plugins/symbol-db/symbol-db-model-file.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/symbol-db/symbol-db-model-file.c b/plugins/symbol-db/symbol-db-model-file.c
index fa42156..20518eb 100644
--- a/plugins/symbol-db/symbol-db-model-file.c
+++ b/plugins/symbol-db/symbol-db-model-file.c
@@ -91,7 +91,7 @@
GROUP BY symbol.scope_id \
) \
) \
- ORDER BY symbol.file_position \
+ ORDER BY symbol.name \
LIMIT ## /* name:'limit' type:gint */ \
OFFSET ## /* name:'offset' type:gint */ \
"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]