diff options
author | Dan Winship <danw@src.gnome.org> | 2003-03-25 23:47:45 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2003-03-25 23:47:45 +0800 |
commit | 233ec937746ac54c25d52771bfbb9ecc475a8919 (patch) | |
tree | 2e42ce083827aca360c5c1e122e8ec1929b74641 /e-util/ChangeLog | |
parent | 351cb225cbaf139c4d8264e26962460e9705280e (diff) | |
download | gsoc2013-evolution-233ec937746ac54c25d52771bfbb9ecc475a8919.tar.gz gsoc2013-evolution-233ec937746ac54c25d52771bfbb9ecc475a8919.tar.zst gsoc2013-evolution-233ec937746ac54c25d52771bfbb9ecc475a8919.zip |
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
Diffstat (limited to 'e-util/ChangeLog')
-rw-r--r-- | e-util/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
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 <danw@ximian.com> + + * 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 <NotZed@Ximian.com> * e-meta.c (meta_filename): fix a typo & some missing headers. |