diff options
Diffstat (limited to 'mail')
-rw-r--r-- | mail/evolution/files/patch-mail_em-account-editor.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mail/evolution/files/patch-mail_em-account-editor.c b/mail/evolution/files/patch-mail_em-account-editor.c new file mode 100644 index 000000000..64ce7f583 --- /dev/null +++ b/mail/evolution/files/patch-mail_em-account-editor.c @@ -0,0 +1,10 @@ +--- mail/em-account-editor.c.orig Tue Dec 21 23:20:28 2004 ++++ mail/em-account-editor.c Tue Dec 21 23:22:33 2004 +@@ -188,6 +188,7 @@ + } EMAccountEditorPrivate; + + static GtkWidget *emae_setup_authtype(EMAccountEditor *emae, EMAccountEditorService *service); ++static void emae_authtype_changed(GtkComboBox *dropdown, EMAccountEditorService *service); + + static GtkVBoxClass *emae_parent; + |