aboutsummaryrefslogtreecommitdiffstats
path: root/calendar
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2011-09-26 17:20:35 +0800
committerRodrigo Moya <rodrigo@gnome-db.org>2011-09-26 18:56:07 +0800
commit959921759213d931f0bfd0c29ce8274f3fb88f8a (patch)
tree443488c397d284132eb3cd67743af42c183379b1 /calendar
parent21b8d8f7bbe96d298b0202f0f7250dd100e98222 (diff)
downloadgsoc2013-evolution-959921759213d931f0bfd0c29ce8274f3fb88f8a.tar
gsoc2013-evolution-959921759213d931f0bfd0c29ce8274f3fb88f8a.tar.gz
gsoc2013-evolution-959921759213d931f0bfd0c29ce8274f3fb88f8a.tar.bz2
gsoc2013-evolution-959921759213d931f0bfd0c29ce8274f3fb88f8a.tar.lz
gsoc2013-evolution-959921759213d931f0bfd0c29ce8274f3fb88f8a.tar.xz
gsoc2013-evolution-959921759213d931f0bfd0c29ce8274f3fb88f8a.tar.zst
gsoc2013-evolution-959921759213d931f0bfd0c29ce8274f3fb88f8a.zip
Bug #659932 - 'Use system time zone' in not honored immediately
Diffstat (limited to 'calendar')
-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,