2006-03-14 06:01:38 +00:00
|
|
|
|
--- evolution-2.6.0/calendar/gui/dialogs/event-page.c.prototypes 2006-03-14 01:00:04.000000000 -0500
|
|
|
|
|
+++ evolution-2.6.0/calendar/gui/dialogs/event-page.c 2006-03-14 01:00:21.000000000 -0500
|
|
|
|
|
@@ -59,6 +59,8 @@
|
|
|
|
|
#include "event-page.h"
|
|
|
|
|
#include "e-send-options-utils.h"
|
|
|
|
|
|
|
|
|
|
+GtkWidget *alarm_list_dialog_peek (ECal *ecal, EAlarmList *list_store);
|
|
|
|
|
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* Private part of the EventPage structure */
|
2006-03-13 19:16:49 +00:00
|
|
|
|
--- evolution-2.6.0/calendar/gui/dialogs/cal-prefs-dialog.c.prototypes 2006-03-13 14:14:07.000000000 -0500
|
|
|
|
|
+++ evolution-2.6.0/calendar/gui/dialogs/cal-prefs-dialog.c 2006-03-13 14:14:24.000000000 -0500
|
|
|
|
|
@@ -32,6 +32,7 @@
|
|
|
|
|
#include "../calendar-config.h"
|
|
|
|
|
#include "cal-prefs-dialog.h"
|
|
|
|
|
#include <libgnomeui/gnome-color-picker.h>
|
|
|
|
|
+#include <libgnomeui/gnome-file-entry.h>
|
|
|
|
|
#include <widgets/misc/e-dateedit.h>
|
|
|
|
|
#include <e-util/e-dialog-widgets.h>
|
|
|
|
|
#include <e-util/e-util-private.h>
|