diff options
author | JP Rosevear <jpr@ximian.com> | 2004-04-30 03:14:47 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2004-04-30 03:14:47 +0800 |
commit | 68a179bc703eb13cbe758a28cec6cccf6bd8766b (patch) | |
tree | 56f1a2c4d4bfff6cc244d5d3a0006b589b4a40d2 | |
parent | c861af6c12fb6a944f296b87f9d90990942d9bec (diff) | |
download | gsoc2013-evolution-68a179bc703eb13cbe758a28cec6cccf6bd8766b.tar.gz gsoc2013-evolution-68a179bc703eb13cbe758a28cec6cccf6bd8766b.tar.zst gsoc2013-evolution-68a179bc703eb13cbe758a28cec6cccf6bd8766b.zip |
ditto
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
svn path=/trunk/; revision=25693
-rw-r--r-- | calendar/ChangeLog | 6 | ||||
-rw-r--r-- | calendar/gui/dialogs/comp-editor.c | 1 | ||||
-rw-r--r-- | 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,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; |