summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTristan Van Berkom <tvb@src.gnome.org>2008-03-10 01:23:21 +0000
committerTristan Van Berkom <tvb@src.gnome.org>2008-03-10 01:23:21 +0000
commit1889e49f5c54e6da2ce65ded323d2dba829d8d5c (patch)
tree4cdc1feeed92e5d93f9e34218f91cc132a698a71 /ChangeLog
parentd3273878756e7042c53286ad6511927b7ad413a9 (diff)
downloadglade-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--ChangeLog5
1 files changed, 3 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index affc85d3..ba88d28f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.