summaryrefslogtreecommitdiffstats
path: root/mail/balsa/files/patch-libbalsa_mailbox_local.c
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2006-07-28 01:09:23 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2006-07-28 01:09:23 +0800
commit1e92436fab29624e273754f0421786629a5973ed (patch)
tree3ed109a90a816d30284269996f733944898b9596 /mail/balsa/files/patch-libbalsa_mailbox_local.c
parentce31fe54594bc46aac4613c9bd40bb450e920a88 (diff)
downloadmarcuscom-ports-1e92436fab29624e273754f0421786629a5973ed.tar
marcuscom-ports-1e92436fab29624e273754f0421786629a5973ed.tar.gz
marcuscom-ports-1e92436fab29624e273754f0421786629a5973ed.tar.bz2
marcuscom-ports-1e92436fab29624e273754f0421786629a5973ed.tar.lz
marcuscom-ports-1e92436fab29624e273754f0421786629a5973ed.tar.xz
marcuscom-ports-1e92436fab29624e273754f0421786629a5973ed.tar.zst
marcuscom-ports-1e92436fab29624e273754f0421786629a5973ed.zip
-USE_X_PREFIX -> USE_XLIB.
-X11BASE -> LOCALBASE, gtk-update-icon-cache lives in LOCALBASE. -Bump the PORTREVISION. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6856 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'mail/balsa/files/patch-libbalsa_mailbox_local.c')
-rw-r--r--mail/balsa/files/patch-libbalsa_mailbox_local.c33
1 files changed, 33 insertions, 0 deletions
diff --git a/mail/balsa/files/patch-libbalsa_mailbox_local.c b/mail/balsa/files/patch-libbalsa_mailbox_local.c
new file mode 100644
index 000000000..90d988400
--- /dev/null
+++ b/mail/balsa/files/patch-libbalsa_mailbox_local.c
@@ -0,0 +1,33 @@
+--- libbalsa/mailbox_local.c.orig Thu Dec 29 01:47:25 2005
++++ libbalsa/mailbox_local.c Thu Dec 29 01:48:23 2005
+@@ -375,7 +375,7 @@ typedef struct {
+ #else /* GLIB_CHECK_VERSION(2, 8, 0) */
+ int fd;
+ #endif /* GLIB_CHECK_VERSION(2, 8, 0) */
+- guint (*fileno)(LibBalsaMailboxLocal * local, guint msgno);
++ guint (*sti_fileno)(LibBalsaMailboxLocal * local, guint msgno);
+ LibBalsaMailboxLocal *local;
+ } LibBalsaMailboxLocalSaveTreeInfo;
+
+@@ -399,9 +399,9 @@ lbm_local_save_tree_item(guint msgno, gu
+ if (msgno == 0) {
+ info.msgno = msgno;
+ info.value.total = a;
+- } else if (save_info->fileno) {
+- info.msgno = save_info->fileno(save_info->local, msgno);
+- info.value.parent = save_info->fileno(save_info->local, a);
++ } else if (save_info->sti_fileno) {
++ info.msgno = save_info->sti_fileno(save_info->local, msgno);
++ info.value.parent = save_info->sti_fileno(save_info->local, a);
+ } else {
+ info.msgno = msgno;
+ info.value.parent = a;
+@@ -466,7 +466,7 @@ lbm_local_save_tree(LibBalsaMailboxLocal
+ return;
+ }
+
+- save_info.fileno = LIBBALSA_MAILBOX_LOCAL_GET_CLASS(local)->fileno;
++ save_info.sti_fileno = LIBBALSA_MAILBOX_LOCAL_GET_CLASS(local)->sti_fileno;
+ save_info.local = local;
+ #if GLIB_CHECK_VERSION(2, 8, 0)
+ save_info.array =