diff options
author | Tristan Van Berkom <tvb@src.gnome.org> | 2008-03-10 01:23:21 +0000 |
---|---|---|
committer | Tristan Van Berkom <tvb@src.gnome.org> | 2008-03-10 01:23:21 +0000 |
commit | 1889e49f5c54e6da2ce65ded323d2dba829d8d5c (patch) | |
tree | 4cdc1feeed92e5d93f9e34218f91cc132a698a71 /ChangeLog | |
parent | d3273878756e7042c53286ad6511927b7ad413a9 (diff) | |
download | glade-1889e49f5c54e6da2ce65ded323d2dba829d8d5c.tar.gz |
- Added GtkVolumeButton and GtkScaleButton widgets (Ross Burton)
* plugins/gtk+/glade-gtk.c:
- Added GtkVolumeButton and GtkScaleButton widgets (Ross Burton)
svn path=/trunk/; revision=1717
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -4,7 +4,8 @@ - Fixed a crash detail bug 493418. - Reset "events" property for newly created widgets (workaround for bug 472555). - + - Added GtkVolumeButton and GtkScaleButton widgets (Ross Burton) + * plugins/gnome/glade-gnome.c: Fixed some crashes on gnome druid page properties (bug 511651). @@ -18,7 +19,7 @@ * gladeui/glade-base-editor.c: Made sure idle handlers werent updating treeviews after the object is destroyed (also bug 506713). - + * gladeui/glade-app.c: When adding a first project, display the first toplevel in the design layout. |