evolution/evolution-warnings.patch

51 lines
1.7 KiB
Diff

=== modified file 'calendar/gui/calendar-component.c'
--- calendar/gui/calendar-component.c 2007-12-18 20:23:31 +0000
+++ calendar/gui/calendar-component.c 2007-12-18 20:27:05 +0000
@@ -1284,7 +1284,7 @@
} else {
ECalComponent *comp;
EventEditor *editor;
- CompEditorFlags flags;
+ CompEditorFlags flags = 0;
flags = COMP_EDITOR_USER_ORG | COMP_EDITOR_NEW_ITEM;
if (is_meeting)
=== modified file 'mail/em-composer-prefs.c'
--- mail/em-composer-prefs.c 2007-12-18 20:23:31 +0000
+++ mail/em-composer-prefs.c 2007-12-18 20:27:05 +0000
@@ -56,6 +56,7 @@
#include <gtk/gtkcellrenderertext.h>
#include <gtk/gtkimage.h>
#include <gtk/gtkstock.h>
+#include <gtk/gtkentry.h>
#include <gtk/gtkcolorbutton.h>
#include <gtk/gtkfilechooserbutton.h>
=== modified file 'mail/em-composer-utils.c'
--- mail/em-composer-utils.c 2007-12-18 20:23:31 +0000
+++ mail/em-composer-utils.c 2007-12-18 20:27:05 +0000
@@ -55,6 +55,7 @@
#include <camel/camel-stream-mem.h>
#include <camel/camel-nntp-address.h>
#include <camel/camel-vee-folder.h>
+#include <camel/camel-multipart.h>
#ifdef G_OS_WIN32
/* Undef the similar macro from pthread.h, it doesn't check if
=== modified file 'plugins/save-calendar/ical-format.c'
--- plugins/save-calendar/ical-format.c 2007-12-18 20:23:31 +0000
+++ plugins/save-calendar/ical-format.c 2007-12-18 20:27:05 +0000
@@ -105,7 +105,7 @@
return;
/* open source client */
- source_client = auth_new_cal_from_source (primary_source, type);
+ source_client = (ECal*)auth_new_cal_from_source (primary_source, type);
if (!e_cal_open (source_client, TRUE, &error)) {
display_error_message (gtk_widget_get_toplevel (GTK_WIDGET (target->selector)), error->message);
g_object_unref (source_client);