diff options
author | Lucas Rocha <lucasr@gnome.org> | 2005-12-18 03:19:40 +0000 |
---|---|---|
committer | Lucas Almeida Rocha <lucasr@src.gnome.org> | 2005-12-18 03:19:40 +0000 |
commit | 7486a38445e16fc17505c5f3e6afd7f8f8e87aeb (patch) | |
tree | d51d4450c8d2a3f7e01420aa99474f5669453a9b /ChangeLog | |
parent | Macedonian Translation update <arangela@cvs.gnome.org> (diff) | |
download | zenity-7486a38445e16fc17505c5f3e6afd7f8f8e87aeb.tar.gz zenity-7486a38445e16fc17505c5f3e6afd7f8f8e87aeb.tar.bz2 zenity-7486a38445e16fc17505c5f3e6afd7f8f8e87aeb.zip |
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-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |