aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--calendar/ChangeLog6
-rw-r--r--calendar/gui/dialogs/comp-editor.c1
-rw-r--r--calendar/gui/dialogs/task-page.c1
3 files changed, 6 insertions, 2 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 5baae9b9c7..2c6f852481 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,5 +1,11 @@
2004-04-29 JP Rosevear <jpr@ximian.com>
+ * gui/dialogs/comp-editor.c (send_timezone): ditto
+
+ * gui/dialogs/task-page.c (task_page_fill_component): kill warning
+
+2004-04-29 JP Rosevear <jpr@ximian.com>
+
* gui/e-cal-model.c (e_cal_model_set_default_client): kill warning
2004-04-29 Jeffrey Stedfast <fejj@ximian.com>
diff --git a/calendar/gui/dialogs/comp-editor.c b/calendar/gui/dialogs/comp-editor.c
index 0e93f7b68a..57ec2b8cdb 100644
--- a/calendar/gui/dialogs/comp-editor.c
+++ b/calendar/gui/dialogs/comp-editor.c
@@ -352,7 +352,6 @@ listen_for_changes (CompEditor *editor)
static void
send_timezone (gpointer key, gpointer value, gpointer user_data)
{
- char *tzid = key;
icaltimezone *zone = value;
CompEditor *editor = user_data;
diff --git a/calendar/gui/dialogs/task-page.c b/calendar/gui/dialogs/task-page.c
index 896c80cf6a..11774827b7 100644
--- a/calendar/gui/dialogs/task-page.c
+++ b/calendar/gui/dialogs/task-page.c
@@ -426,7 +426,6 @@ task_page_fill_component (CompEditorPage *page, ECalComponent *comp)
gboolean start_date_set, due_date_set, time_set;
GtkTextBuffer *text_buffer;
GtkTextIter text_iter_start, text_iter_end;
- struct icaltimetype *due_tt2;
icaltimezone *start_zone = NULL;
icaltimezone *due_zone = NULL;