[glade3] * gladeui/glade-property-class.c: Properly order object properties
- From: Tristan Van Berkom <tvb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glade3] * gladeui/glade-property-class.c: Properly order object properties
- Date: Fri, 17 Dec 2010 14:49:10 +0000 (UTC)
commit 413100245ac10a3d1d2b29c22b0bae53e53b8847
Author: Tristan Van Berkom <tristan van berkom gmail com>
Date: Fri Dec 17 23:54:26 2010 +0900
* gladeui/glade-property-class.c: Properly order object properties
Conflicts:
ChangeLog
ChangeLog | 6 ++++++
gladeui/glade-property-class.c | 2 +-
2 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 0b982e8..4e15c3d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,10 +2,16 @@
* gladeui/glade-project.c: Restore proper sorting of objects at save time.
+ * gladeui/glade-property-class.c: Properly order object properties
+
* Marking ChangeLog, this is where 3.7.2 was rolled.
2010-12-17 Tristan Van Berkom <tristanvb openismus com>
+ * NEWS, configure.ac: Rolling 3.7.2.
+
+2010-12-17 Tristan Van Berkom <tristanvb openismus com>
+
* gladeui/glade-app.[ch]: Added glade_app_queue_selection_changed()
* gladeui/glade-command.c: queue selection changes when widgets are added, this
diff --git a/gladeui/glade-property-class.c b/gladeui/glade-property-class.c
index 87bf8c9..6a66716 100644
--- a/gladeui/glade-property-class.c
+++ b/gladeui/glade-property-class.c
@@ -674,7 +674,7 @@ glade_property_class_make_objects_from_string (GladePropertyClass *property_clas
}
g_strfreev (split);
}
- return objects;
+ return g_list_reverse (objects);
}
/**
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]