From 68a179bc703eb13cbe758a28cec6cccf6bd8766b Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Thu, 29 Apr 2004 19:14:47 +0000 Subject: ditto 2004-04-29 JP Rosevear * gui/dialogs/comp-editor.c (send_timezone): ditto * gui/dialogs/task-page.c (task_page_fill_component): kill warning svn path=/trunk/; revision=25693 --- calendar/ChangeLog | 6 ++++++ calendar/gui/dialogs/comp-editor.c | 1 - calendar/gui/dialogs/task-page.c | 1 - 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,3 +1,9 @@ +2004-04-29 JP Rosevear + + * gui/dialogs/comp-editor.c (send_timezone): ditto + + * gui/dialogs/task-page.c (task_page_fill_component): kill warning + 2004-04-29 JP Rosevear * gui/e-cal-model.c (e_cal_model_set_default_client): kill warning 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; -- cgit v1.2.3