From 233ec937746ac54c25d52771bfbb9ecc475a8919 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Tue, 25 Mar 2003 15:47:45 +0000 Subject: Move this here from gal. Use e_dialog_set_transient_for so it DTRT for * e-dialog-utils.c (e_notice): Move this here from gal. Use e_dialog_set_transient_for so it DTRT for out-of-proc components. (e_notice_with_xid): Like e_notice but with an X Window ID as the parent window (e_gnome_dialog_set_parent): Remove this, since it was marked deprecated and only used in one place. (e_file_dialog_save): Make this use GtkMessageDialog instead of GnomeDialog svn path=/trunk/; revision=20498 --- e-util/ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'e-util/ChangeLog') diff --git a/e-util/ChangeLog b/e-util/ChangeLog index ded12adec9..3018e6a2fb 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -1,3 +1,14 @@ +2003-03-25 Dan Winship + + * e-dialog-utils.c (e_notice): Move this here from gal. Use + e_dialog_set_transient_for so it DTRT for out-of-proc components. + (e_notice_with_xid): Like e_notice but with an X Window ID as the + parent window + (e_gnome_dialog_set_parent): Remove this, since it was marked + deprecated and only used in one place. + (e_file_dialog_save): Make this use GtkMessageDialog instead of + GnomeDialog + 2003-03-25 Not Zed * e-meta.c (meta_filename): fix a typo & some missing headers. -- cgit