summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorLucas Rocha <lucasr@gnome.org>2005-12-18 03:19:40 +0000
committerLucas Almeida Rocha <lucasr@src.gnome.org>2005-12-18 03:19:40 +0000
commit7486a38445e16fc17505c5f3e6afd7f8f8e87aeb (patch)
treed51d4450c8d2a3f7e01420aa99474f5669453a9b /ChangeLog
parentf576e1bcc8ffa1cb3328895fdfa3c6ed55250b75 (diff)
use GtkAboutDialog instead of custom dialog (Fixes bug #309405). remove
2005-12-18 Lucas Rocha <lucasr@gnome.org> * src/about.c: use GtkAboutDialog instead of custom dialog (Fixes bug #309405). * src/zenity.glade: remove zenity_about_dialog. * configure.in: zenity now depends on GTK+ >= 2.6.x because now it uses GtkAboutDialog.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1ee11c6..3a22372 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2005-12-18 Lucas Rocha <lucasr@gnome.org>
+
+ * src/about.c: use GtkAboutDialog instead of custom
+ dialog (Fixes bug #309405).
+ * src/zenity.glade: remove zenity_about_dialog.
+ * configure.in: zenity now depends on GTK+ >= 2.6.x
+ because now it uses GtkAboutDialog.
+
2005-12-16 Lucas Rocha <lucasr@gnome.org>
* src/zenity.glade: make all dialogs HIG compliant