diff options
author | Anna Marie Dirks <anna@ximian.com> | 2003-05-21 00:19:15 +0800 |
---|---|---|
committer | Anna Dirks <anna@src.gnome.org> | 2003-05-21 00:19:15 +0800 |
commit | 9c42c5b193c83a19586508803a81ba590e7b1887 (patch) | |
tree | 8dad9994e15a47e17349493eff2dcb8719db41a8 /calendar/ChangeLog | |
parent | defcee226b79b846243958d04884dec873e61e5e (diff) | |
download | gsoc2013-evolution-9c42c5b193c83a19586508803a81ba590e7b1887.tar gsoc2013-evolution-9c42c5b193c83a19586508803a81ba590e7b1887.tar.gz gsoc2013-evolution-9c42c5b193c83a19586508803a81ba590e7b1887.tar.bz2 gsoc2013-evolution-9c42c5b193c83a19586508803a81ba590e7b1887.tar.lz gsoc2013-evolution-9c42c5b193c83a19586508803a81ba590e7b1887.tar.xz gsoc2013-evolution-9c42c5b193c83a19586508803a81ba590e7b1887.tar.zst gsoc2013-evolution-9c42c5b193c83a19586508803a81ba590e7b1887.zip |
Change this dialog from using a gnome_message_box (which has been
2003-05-20 Anna Marie Dirks <anna@ximian.com>
* gui/dialogs/save-comp.c (save_component_dialog): Change this
dialog from using a gnome_message_box (which has been deprecated),
to using a gtk_message_dialog. This HIG-ifies this dialog, and
fixes bug #42046.
svn path=/trunk/; revision=21285
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 1881dc11a6..9623642526 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,10 @@ +2003-05-20 Anna Marie Dirks <anna@ximian.com> + + * gui/dialogs/save-comp.c (save_component_dialog): Change this + dialog from using a gnome_message_box (which has been deprecated), + to using a gtk_message_dialog. This HIG-ifies this dialog, and + fixes bug #42046. + 2003-05-20 Hans Petter Jansson <hpj@ximian.com> Fixes #42056 |