diff options
author | Tristan Van Berkom <tvb@src.gnome.org> | 2007-08-14 14:42:11 +0000 |
---|---|---|
committer | Tristan Van Berkom <tvb@src.gnome.org> | 2007-08-14 14:42:11 +0000 |
commit | d46816c4669f7e56d05709d470e9db4a66dee59a (patch) | |
tree | c7053461d41618a6e7ea66a55b44a3b2a33dfce1 /ChangeLog | |
parent | 89a5d5f4bcb5f63599178f219dd634de526421cd (diff) | |
download | glade-d46816c4669f7e56d05709d470e9db4a66dee59a.tar.gz |
Made toolbar-style optional & save always (plus it responds well in the
* plugins/gtk+/gtk+.xml.in, plugins/gtk+/glade-gtk.c: Made toolbar-style
optional & save always (plus it responds well in the UI) (bug 382785).
* gladeui/glade-widget.c: When building objects based on template params,
dont assign properties that are disabled by GladeProperty.
svn path=/trunk/; revision=1551
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2007-08-14 Vincent Geddes <vgeddes@gnome.org> + + * plugins/gtk+/gtk+.xml.in, plugins/gtk+/glade-gtk.c: Made toolbar-style + optional & save always (plus it responds well in the UI) (bug 382785). + +2007-08-14 Tristan Van Berkom <tvb@gnome.org> + + * gladeui/glade-widget.c: When building objects based on template params, + dont assign properties that are disabled by GladeProperty. + 2007-08-08 Yevgen Muntyan <muntyan@tamu.edu> * gladeui/glade-builtins.c, gladeui/glade-design-layout.c: |