diff options
author | Dan Winship <danw@src.gnome.org> | 2003-03-25 23:49:19 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2003-03-25 23:49:19 +0800 |
commit | fea6083abffc47a4f9fd2d8988e924ad19a394c3 (patch) | |
tree | 83e852874848d3eddec8e85ac5f4b6431ed0f202 /mail/mail-signature-editor.c | |
parent | ce81bdab983d9d3277de70c4d55286a6481cb42e (diff) | |
download | gsoc2013-evolution-fea6083abffc47a4f9fd2d8988e924ad19a394c3.tar.gz gsoc2013-evolution-fea6083abffc47a4f9fd2d8988e924ad19a394c3.tar.zst gsoc2013-evolution-fea6083abffc47a4f9fd2d8988e924ad19a394c3.zip |
Update for e_notice move (apply_changes): Pass a parent_window to e_notice
* mail-account-editor.c: Update for e_notice move
(apply_changes): Pass a parent_window to e_notice
* mail-account-gui.c: Update for e_notice move.
(mail_account_gui_save): Pass a parent_window to e_notice
* mail-callbacks.c: Update for e_notice move
* mail-local.c: Likewise
* mail-signature-editor.c: Likewise
* mail-vfolder.c: Likewise
svn path=/trunk/; revision=20502
Diffstat (limited to 'mail/mail-signature-editor.c')
-rw-r--r-- | mail/mail-signature-editor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mail-signature-editor.c b/mail/mail-signature-editor.c index d4a4272fbb..7a28e7a912 100644 --- a/mail/mail-signature-editor.c +++ b/mail/mail-signature-editor.c @@ -31,7 +31,7 @@ #include <bonobo.h> #include <bonobo/bonobo-stream-memory.h> -#include <gal/widgets/e-gui-utils.h> +#include <e-util/e-dialog-utils.h> #include "e-msg-composer.h" #include "mail-signature-editor.h" |