aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2011-09-26 17:20:35 +0800
committerMilan Crha <mcrha@redhat.com>2011-09-26 17:20:35 +0800
commit41a504dcc1760e4f1265ffb4b070b1db2cec2c5f (patch)
tree1bdbcfed877e5a75da5fb618d392e8e96c3c3d1f /calendar/gui
parent75968ca03873003346eb5978b5ce971718b3e664 (diff)
downloadgsoc2013-evolution-41a504dcc1760e4f1265ffb4b070b1db2cec2c5f.tar
gsoc2013-evolution-41a504dcc1760e4f1265ffb4b070b1db2cec2c5f.tar.gz
gsoc2013-evolution-41a504dcc1760e4f1265ffb4b070b1db2cec2c5f.tar.bz2
gsoc2013-evolution-41a504dcc1760e4f1265ffb4b070b1db2cec2c5f.tar.lz
gsoc2013-evolution-41a504dcc1760e4f1265ffb4b070b1db2cec2c5f.tar.xz
gsoc2013-evolution-41a504dcc1760e4f1265ffb4b070b1db2cec2c5f.tar.zst
gsoc2013-evolution-41a504dcc1760e4f1265ffb4b070b1db2cec2c5f.zip
Bug #659932 - 'Use system time zone' in not honored immediately
Diffstat (limited to 'calendar/gui')
-rw-r--r--calendar/gui/e-cal-model.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/calendar/gui/e-cal-model.c b/calendar/gui/e-cal-model.c
index a609ec81b4..f177913ca2 100644
--- a/calendar/gui/e-cal-model.c
+++ b/calendar/gui/e-cal-model.c
@@ -137,6 +137,7 @@ static ECalModelClient *add_new_client (ECalModel *model, ECalClient *client, gb
static ECalModelClient *find_client_data (ECalModel *model, ECalClient *client);
static void remove_client_objects (ECalModel *model, ECalModelClient *client_data);
static void remove_client (ECalModel *model, ECalModelClient *client_data);
+static void redo_queries (ECalModel *model);
enum {
PROP_0,
@@ -1733,6 +1734,7 @@ e_cal_model_set_timezone (ECalModel *model,
/* the timezone affects the times shown for date fields,
* so we need to redisplay everything */
e_table_model_changed (E_TABLE_MODEL (model));
+ redo_queries (model);
g_object_notify (G_OBJECT (model), "timezone");
g_signal_emit (G_OBJECT (model), signals[TIMEZONE_CHANGED], 0,