aboutsummaryrefslogtreecommitdiff
path: root/mail/evolution/files
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2004-08-02 17:13:28 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2004-08-02 17:13:28 +0000
commit1ce51fa38f92ee66c437e83434d77e51da7b9a10 (patch)
tree7628b9f0fdd0ea1810c5bf016f8ae2c93fcc18a2 /mail/evolution/files
parentcb25b343570f63f0ed54be78030f9a5681e233a1 (diff)
downloadports-1ce51fa38f92ee66c437e83434d77e51da7b9a10.tar.gz
ports-1ce51fa38f92ee66c437e83434d77e51da7b9a10.zip
Notes
Diffstat (limited to 'mail/evolution/files')
-rw-r--r--mail/evolution/files/patch-calendar_cal-client_cal-client.h11
-rw-r--r--mail/evolution/files/patch-calendar_gui_e-day-view.c20
-rw-r--r--mail/evolution/files/patch-mail_message-browser.c11
3 files changed, 42 insertions, 0 deletions
diff --git a/mail/evolution/files/patch-calendar_cal-client_cal-client.h b/mail/evolution/files/patch-calendar_cal-client_cal-client.h
new file mode 100644
index 000000000000..6ac301776c00
--- /dev/null
+++ b/mail/evolution/files/patch-calendar_cal-client_cal-client.h
@@ -0,0 +1,11 @@
+--- calendar/cal-client/cal-client.h.orig Mon Aug 2 12:55:04 2004
++++ calendar/cal-client/cal-client.h Mon Aug 2 12:57:11 2004
+@@ -213,7 +213,7 @@
+ CalClientResult cal_client_remove_object (CalClient *client, const char *uid);
+ CalClientResult cal_client_remove_object_with_mod (CalClient *client, const char *uid, CalObjModType mod);
+
+-CalClientSendResult cal_client_send_object (CalClient *client, icalcomponent *icalcomp,
++CalClientResult cal_client_send_object (CalClient *client, icalcomponent *icalcomp,
+ icalcomponent **new_icalcomp, GList **users,
+ char error_msg[256]);
+
diff --git a/mail/evolution/files/patch-calendar_gui_e-day-view.c b/mail/evolution/files/patch-calendar_gui_e-day-view.c
new file mode 100644
index 000000000000..a3cff05c7893
--- /dev/null
+++ b/mail/evolution/files/patch-calendar_gui_e-day-view.c
@@ -0,0 +1,20 @@
+--- calendar/gui/e-day-view.c.orig Mon Aug 2 13:04:10 2004
++++ calendar/gui/e-day-view.c Mon Aug 2 13:04:59 2004
+@@ -3235,7 +3235,7 @@
+ case GDK_SCROLL_DOWN:
+ e_day_view_scroll (day_view, -E_DAY_VIEW_WHEEL_MOUSE_STEP_SIZE);
+ return TRUE;
+- default:
++ default:;
+ }
+
+ return FALSE;
+@@ -3255,7 +3255,7 @@
+ case GDK_SCROLL_DOWN:
+ e_day_view_scroll (day_view, -E_DAY_VIEW_WHEEL_MOUSE_STEP_SIZE);
+ return TRUE;
+- default:
++ default:;
+ }
+
+ return FALSE;
diff --git a/mail/evolution/files/patch-mail_message-browser.c b/mail/evolution/files/patch-mail_message-browser.c
new file mode 100644
index 000000000000..56558473bcd9
--- /dev/null
+++ b/mail/evolution/files/patch-mail_message-browser.c
@@ -0,0 +1,11 @@
+--- mail/message-browser.c.orig Mon Aug 2 13:11:44 2004
++++ mail/message-browser.c Mon Aug 2 13:11:51 2004
+@@ -344,7 +344,7 @@
+ case GDK_Escape:
+ message_browser_close (NULL, mb, NULL);
+ return TRUE;
+- default:
++ default:;
+ }
+
+ return FALSE;