diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-01-26 12:04:32 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-01-26 12:04:32 +0800 |
commit | 3f6e0926b10304037b1b41130b9d98192095630b (patch) | |
tree | f3074bdb9982df0e256a0291549351e5be4a4a20 | |
parent | 726fc1c7183d9d233c0a6207e5e86c2e630a00af (diff) | |
download | marcuscom-ports-3f6e0926b10304037b1b41130b9d98192095630b.tar marcuscom-ports-3f6e0926b10304037b1b41130b9d98192095630b.tar.gz marcuscom-ports-3f6e0926b10304037b1b41130b9d98192095630b.tar.bz2 marcuscom-ports-3f6e0926b10304037b1b41130b9d98192095630b.tar.lz marcuscom-ports-3f6e0926b10304037b1b41130b9d98192095630b.tar.xz marcuscom-ports-3f6e0926b10304037b1b41130b9d98192095630b.tar.zst marcuscom-ports-3f6e0926b10304037b1b41130b9d98192095630b.zip |
Fix the build on 4.X.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3519 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | mail/evolution-exchange/files/patch-storage_e-folder-exchange.c | 16 | ||||
-rw-r--r-- | mail/ximian-connector/files/patch-storage_e-folder-exchange.c | 16 |
2 files changed, 32 insertions, 0 deletions
diff --git a/mail/evolution-exchange/files/patch-storage_e-folder-exchange.c b/mail/evolution-exchange/files/patch-storage_e-folder-exchange.c new file mode 100644 index 000000000..7436ca9fe --- /dev/null +++ b/mail/evolution-exchange/files/patch-storage_e-folder-exchange.c @@ -0,0 +1,16 @@ +--- storage/e-folder-exchange.c.orig Tue Jan 25 21:31:32 2005 ++++ storage/e-folder-exchange.c Tue Jan 25 21:31:52 2005 +@@ -689,11 +689,12 @@ + void + e_folder_exchange_unsubscribe (EFolder *folder) + { ++ E2kContext *ctx; + g_return_if_fail (E_IS_FOLDER_EXCHANGE (folder)); + + /* FIXME : This is a hack as of now. The free_folder in mail-stub + gets called when we are in offline and the context is NULL then. */ +- E2kContext *ctx = E_FOLDER_EXCHANGE_CONTEXT (folder); ++ ctx = E_FOLDER_EXCHANGE_CONTEXT (folder); + if (ctx) { + e2k_context_unsubscribe (E_FOLDER_EXCHANGE_CONTEXT (folder), + E_FOLDER_EXCHANGE_URI (folder)); diff --git a/mail/ximian-connector/files/patch-storage_e-folder-exchange.c b/mail/ximian-connector/files/patch-storage_e-folder-exchange.c new file mode 100644 index 000000000..7436ca9fe --- /dev/null +++ b/mail/ximian-connector/files/patch-storage_e-folder-exchange.c @@ -0,0 +1,16 @@ +--- storage/e-folder-exchange.c.orig Tue Jan 25 21:31:32 2005 ++++ storage/e-folder-exchange.c Tue Jan 25 21:31:52 2005 +@@ -689,11 +689,12 @@ + void + e_folder_exchange_unsubscribe (EFolder *folder) + { ++ E2kContext *ctx; + g_return_if_fail (E_IS_FOLDER_EXCHANGE (folder)); + + /* FIXME : This is a hack as of now. The free_folder in mail-stub + gets called when we are in offline and the context is NULL then. */ +- E2kContext *ctx = E_FOLDER_EXCHANGE_CONTEXT (folder); ++ ctx = E_FOLDER_EXCHANGE_CONTEXT (folder); + if (ctx) { + e2k_context_unsubscribe (E_FOLDER_EXCHANGE_CONTEXT (folder), + E_FOLDER_EXCHANGE_URI (folder)); |