2007-12-19 14:45:48 +01:00
|
|
|
=== modified file 'calendar/gui/calendar-component.c'
|
2008-03-08 00:11:50 +01:00
|
|
|
Index: calendar/gui/calendar-component.c
|
|
|
|
===================================================================
|
|
|
|
--- calendar/gui/calendar-component.c.orig
|
|
|
|
+++ calendar/gui/calendar-component.c
|
|
|
|
@@ -1284,7 +1284,7 @@ create_new_event (CalendarComponent *cal
|
2007-01-09 17:43:57 +01:00
|
|
|
} else {
|
|
|
|
ECalComponent *comp;
|
|
|
|
EventEditor *editor;
|
|
|
|
- CompEditorFlags flags;
|
|
|
|
+ CompEditorFlags flags = 0;
|
|
|
|
|
|
|
|
flags = COMP_EDITOR_USER_ORG | COMP_EDITOR_NEW_ITEM;
|
|
|
|
if (is_meeting)
|
2008-03-08 00:11:50 +01:00
|
|
|
Index: mail/em-composer-prefs.c
|
|
|
|
===================================================================
|
|
|
|
--- mail/em-composer-prefs.c.orig
|
|
|
|
+++ mail/em-composer-prefs.c
|
2007-07-21 18:10:43 +02:00
|
|
|
@@ -56,6 +56,7 @@
|
2007-01-09 17:43:57 +01:00
|
|
|
#include <gtk/gtkcellrenderertext.h>
|
|
|
|
#include <gtk/gtkimage.h>
|
|
|
|
#include <gtk/gtkstock.h>
|
|
|
|
+#include <gtk/gtkentry.h>
|
2007-07-21 18:10:43 +02:00
|
|
|
#include <gtk/gtkcolorbutton.h>
|
|
|
|
#include <gtk/gtkfilechooserbutton.h>
|
2007-01-09 17:43:57 +01:00
|
|
|
|
2008-03-08 00:11:50 +01:00
|
|
|
Index: mail/em-composer-utils.c
|
|
|
|
===================================================================
|
|
|
|
--- mail/em-composer-utils.c.orig
|
|
|
|
+++ mail/em-composer-utils.c
|
2007-07-21 18:10:43 +02:00
|
|
|
@@ -55,6 +55,7 @@
|
2007-01-09 17:43:57 +01:00
|
|
|
#include <camel/camel-stream-mem.h>
|
|
|
|
#include <camel/camel-nntp-address.h>
|
|
|
|
#include <camel/camel-vee-folder.h>
|
|
|
|
+#include <camel/camel-multipart.h>
|
|
|
|
|
2007-07-21 18:10:43 +02:00
|
|
|
#ifdef G_OS_WIN32
|
|
|
|
/* Undef the similar macro from pthread.h, it doesn't check if
|