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-account-gui.h | |
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-account-gui.h')
-rw-r--r-- | mail/mail-account-gui.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mail/mail-account-gui.h b/mail/mail-account-gui.h index 74c00d5dc0..d003885bd4 100644 --- a/mail/mail-account-gui.h +++ b/mail/mail-account-gui.h @@ -58,7 +58,6 @@ typedef struct { } MailAccountGuiService; typedef struct { - GtkWidget *top; EAccount *account; MailAccountsTab *dialog; GladeXML *xml; |