aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/dialogs/event-page.c
diff options
context:
space:
mode:
authorChenthill Palanisamy <pchenthill@novell.com>2008-08-14 17:10:01 +0800
committerChenthill Palanisamy <pchen@src.gnome.org>2008-08-14 17:10:01 +0800
commit63376bd6f23bd75e29c8bdeec521cca8e24f1cd5 (patch)
tree8d95fdc06365a91735aff1bebe8ce53c6d3b39c0 /calendar/gui/dialogs/event-page.c
parent62e25bf5b8b54daf78b49d8055e8c7b90138ae4b (diff)
downloadgsoc2013-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/event-page.c')
-rw-r--r--calendar/gui/dialogs/event-page.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/dialogs/event-page.c b/calendar/gui/dialogs/event-page.c
index 3f30617be6..81d5878932 100644
--- a/calendar/gui/dialogs/event-page.c
+++ b/calendar/gui/dialogs/event-page.c
@@ -2562,8 +2562,8 @@ source_changed_cb (ESourceComboBox *source_combo_box, EventPage *epage)
return;
editor = comp_editor_page_get_editor (COMP_EDITOR_PAGE (epage));
- client = auth_new_cal_from_source (source, E_CAL_SOURCE_TYPE_EVENT);
source = e_source_combo_box_get_active (source_combo_box);
+ client = auth_new_cal_from_source (source, E_CAL_SOURCE_TYPE_EVENT);
if (client) {
icaltimezone *zone;