summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2009-03-01 05:19:42 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2009-03-01 05:19:42 +0000
commitf3f4fec8db1742ed54aa8217b19f77a3771bf1a3 (patch)
tree93a0e4ce66bf7194bc60a137793fb3fb073ee30d /ChangeLog
parent7ab372c6cafd2cac572128d389a1b732f540b6bb (diff)
downloadgtk+-f3f4fec8db1742ed54aa8217b19f77a3771bf1a3.tar.gz
Set the program-name property of the about dialog.
* demos/gtk-demo/appwindow.c: Set the program-name property of the about dialog. * docs/tools/widgets.c: Add GtkAboutDialog svn path=/trunk/; revision=22427
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1cb791e25c..d1bd1b2d0e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2009-03-01 Matthias Clasen <mclasen@redhat.com>
+
+ * demos/gtk-demo/appwindow.c: Set the program-name property
+ of the about dialog.
+
+ * docs/tools/widgets.c: Add GtkAboutDialog
+
2009-02-28 Matthias Clasen <mclasen@redhat.com>
Bug 572273 – No replacement documented for gtk_action_connect_proxy()