summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-12-22 12:24:24 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-12-22 12:24:24 +0800
commitf287f3034cb10f5f1430c8a50ce721ea3a8c1286 (patch)
treed1850d3e98b46a4962079a7d382b17a281a3db99
parent8a105afd4f123a4963689a6f7de5af619827f84f (diff)
downloadmarcuscom-ports-f287f3034cb10f5f1430c8a50ce721ea3a8c1286.tar
marcuscom-ports-f287f3034cb10f5f1430c8a50ce721ea3a8c1286.tar.gz
marcuscom-ports-f287f3034cb10f5f1430c8a50ce721ea3a8c1286.tar.bz2
marcuscom-ports-f287f3034cb10f5f1430c8a50ce721ea3a8c1286.tar.lz
marcuscom-ports-f287f3034cb10f5f1430c8a50ce721ea3a8c1286.tar.xz
marcuscom-ports-f287f3034cb10f5f1430c8a50ce721ea3a8c1286.tar.zst
marcuscom-ports-f287f3034cb10f5f1430c8a50ce721ea3a8c1286.zip
Add a prototype for emae_authtype_changed() to fix the build on 5.X and
higher. Reported by: mezz git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3293 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r--mail/evolution/files/patch-mail_em-account-editor.c10
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;
+