diff options
author | Chenthill Palanisamy <pchenthill@novell.com> | 2008-08-14 17:10:01 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchen@src.gnome.org> | 2008-08-14 17:10:01 +0800 |
commit | 63376bd6f23bd75e29c8bdeec521cca8e24f1cd5 (patch) | |
tree | 8d95fdc06365a91735aff1bebe8ce53c6d3b39c0 /calendar/gui/dialogs/memo-page.c | |
parent | 62e25bf5b8b54daf78b49d8055e8c7b90138ae4b (diff) | |
download | gsoc2013-evolution-63376bd6f23bd75e29c8bdeec521cca8e24f1cd5.tar gsoc2013-evolution-63376bd6f23bd75e29c8bdeec521cca8e24f1cd5.tar.gz gsoc2013-evolution-63376bd6f23bd75e29c8bdeec521cca8e24f1cd5.tar.bz2 gsoc2013-evolution-63376bd6f23bd75e29c8bdeec521cca8e24f1cd5.tar.lz gsoc2013-evolution-63376bd6f23bd75e29c8bdeec521cca8e24f1cd5.tar.xz gsoc2013-evolution-63376bd6f23bd75e29c8bdeec521cca8e24f1cd5.tar.zst gsoc2013-evolution-63376bd6f23bd75e29c8bdeec521cca8e24f1cd5.zip |
Fixed some warnings.
2008-08-17 Chenthill Palanisamy <pchenthill@novell.com>
* gui/dialogs/event-page.c: (source_changed_cb):
* gui/dialogs/memo-page.c: (source_changed_cb):
* gui/e-cal-model.c: (e_cal_model_set_timezone),
(e_cal_view_done_cb):
* gui/e-day-view-config.c: Fixed some warnings.
svn path=/trunk/; revision=35987
Diffstat (limited to 'calendar/gui/dialogs/memo-page.c')
-rw-r--r-- | calendar/gui/dialogs/memo-page.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/dialogs/memo-page.c b/calendar/gui/dialogs/memo-page.c index 9f3e5d85d4..b8822cee15 100644 --- a/calendar/gui/dialogs/memo-page.c +++ b/calendar/gui/dialogs/memo-page.c @@ -826,8 +826,8 @@ source_changed_cb (ESourceComboBox *source_combo_box, editor = comp_editor_page_get_editor (COMP_EDITOR_PAGE (mpage)); flags = comp_editor_get_flags (editor); - client = auth_new_cal_from_source (source, E_CAL_SOURCE_TYPE_JOURNAL); source = e_source_combo_box_get_active (source_combo_box); + client = auth_new_cal_from_source (source, E_CAL_SOURCE_TYPE_JOURNAL); if (!client || !e_cal_open (client, FALSE, NULL)) { GtkWidget *dialog; |