summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTristan Van Berkom <tvb@src.gnome.org>2008-10-28 16:42:46 +0000
committerTristan Van Berkom <tvb@src.gnome.org>2008-10-28 16:42:46 +0000
commitca1507bd0d16ae54e6bcb66bb5e60887565c2cb4 (patch)
treedcb6bfc0e7d14916d5b6936e09a1644362a1a255 /ChangeLog
parent6766371fcc54af5d4d87c1a6e3bef20fd67a5ff2 (diff)
downloadglade-ca1507bd0d16ae54e6bcb66bb5e60887565c2cb4.tar.gz
Added liststore/treestore editor widget (only to better format the
* plugins/gtk+/glade-store-editor.[ch], plugins/gtk+/Makefile.am, plugins/gtk+/gtk+.xml.in, plugins/gtk+/glade-gtk.c: Added liststore/treestore editor widget (only to better format the "columns" and "data" properties so that it takes the whole width with the treeview. svn path=/trunk/; revision=2009
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d0a6badc..60e20f91 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -39,6 +39,11 @@
plugins/gtk+/gtk+.xml.in, plugins/gtk+/glade-gtk.c:
Added icon factory editor widget (only to better format the "sources" property
so that it takes the whole width with the treeview.
+
+ * plugins/gtk+/glade-store-editor.[ch], plugins/gtk+/Makefile.am,
+ plugins/gtk+/gtk+.xml.in, plugins/gtk+/glade-gtk.c:
+ Added liststore/treestore editor widget (only to better format the "columns"
+ and "data" properties so that it takes the whole width with the treeview.
2008-10-27 Tristan Van Berkom <tvb@gnome.org>