From 7486a38445e16fc17505c5f3e6afd7f8f8e87aeb Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Sun, 18 Dec 2005 03:19:40 +0000 Subject: use GtkAboutDialog instead of custom dialog (Fixes bug #309405). remove 2005-12-18 Lucas Rocha * 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. --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 1ee11c6f..3a223723 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2005-12-18 Lucas Rocha + + * 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 * src/zenity.glade: make all dialogs HIG compliant -- cgit