aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-cal-model.c
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2009-10-15 03:17:36 +0800
committerMilan Crha <mcrha@redhat.com>2009-10-15 03:17:36 +0800
commit7b220adafee34b86ef82d6130c7bc03c1bfd7adf (patch)
tree9860cc1ce9900bf15bb5fe837cdafc94669e52fb /calendar/gui/e-cal-model.c
parent51f9daed7077c6b7f616c92ee86459a02f63bc16 (diff)
downloadgsoc2013-evolution-7b220adafee34b86ef82d6130c7bc03c1bfd7adf.tar.gz
gsoc2013-evolution-7b220adafee34b86ef82d6130c7bc03c1bfd7adf.tar.zst
gsoc2013-evolution-7b220adafee34b86ef82d6130c7bc03c1bfd7adf.zip
Bug #593753 - Calendar search in list view doesn't work properly
Diffstat (limited to 'calendar/gui/e-cal-model.c')
-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 d4d2f020f9..ccf2edff82 100644
--- a/calendar/gui/e-cal-model.c
+++ b/calendar/gui/e-cal-model.c
@@ -2407,6 +2407,8 @@ e_cal_model_set_search_query_with_time_range (ECalModel *model, const gchar *sex
priv->start = start;
priv->end = end;
do_query = TRUE;
+
+ g_signal_emit (G_OBJECT (model), signals[TIME_RANGE_CHANGED], 0, start, end);
}
if (do_query)