glade3 r1929 - in trunk: . plugins/gtk+
- From: tvb svn gnome org
- To: svn-commits-list gnome org
- Subject: glade3 r1929 - in trunk: . plugins/gtk+
- Date: Thu, 18 Sep 2008 19:57:09 +0000 (UTC)
Author: tvb
Date: Thu Sep 18 19:57:09 2008
New Revision: 1929
URL: http://svn.gnome.org/viewvc/glade3?rev=1929&view=rev
Log:
* plugins/gtk+/glade-gtk.c: insert before/after in box is working now (bug 550636).
Modified:
trunk/ChangeLog
trunk/plugins/gtk+/glade-gtk.c
Modified: trunk/plugins/gtk+/glade-gtk.c
==============================================================================
--- trunk/plugins/gtk+/glade-gtk.c (original)
+++ trunk/plugins/gtk+/glade-gtk.c Thu Sep 18 19:57:09 2008
@@ -4134,7 +4134,7 @@
}
/* Reoder children */
- for (l = children; l; l = g_list_next (l))
+ for (l = g_list_last (children); l; l = g_list_previous (l))
{
GladeWidget *gchild = glade_widget_get_from_gobject (l->data);
gint pos;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]