aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/gnome-cal.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-01-26 04:18:25 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-01-26 04:47:51 +0800
commit3fa4dfc54dd08d75076d4881207bdc45c3ee29ee (patch)
treeab03a20fd4febb44c34d7f09092af3edbce8f1cb /calendar/gui/gnome-cal.c
parent60c5c7170f5642a78a4fd2092e4e78caae8475d6 (diff)
downloadgsoc2013-evolution-3fa4dfc54dd08d75076d4881207bdc45c3ee29ee.tar
gsoc2013-evolution-3fa4dfc54dd08d75076d4881207bdc45c3ee29ee.tar.gz
gsoc2013-evolution-3fa4dfc54dd08d75076d4881207bdc45c3ee29ee.tar.bz2
gsoc2013-evolution-3fa4dfc54dd08d75076d4881207bdc45c3ee29ee.tar.lz
gsoc2013-evolution-3fa4dfc54dd08d75076d4881207bdc45c3ee29ee.tar.xz
gsoc2013-evolution-3fa4dfc54dd08d75076d4881207bdc45c3ee29ee.tar.zst
gsoc2013-evolution-3fa4dfc54dd08d75076d4881207bdc45c3ee29ee.zip
Remove usage of deprecated e_client_is_opened().
e_client_is_opened() always returns TRUE, so skip it.
Diffstat (limited to 'calendar/gui/gnome-cal.c')
-rw-r--r--calendar/gui/gnome-cal.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/calendar/gui/gnome-cal.c b/calendar/gui/gnome-cal.c
index 66bb52a0a1..c418c3241e 100644
--- a/calendar/gui/gnome-cal.c
+++ b/calendar/gui/gnome-cal.c
@@ -1177,10 +1177,6 @@ update_query_async (struct _date_query_msg *msg)
ECalClient *client = E_CAL_CLIENT (iter->data);
GError *error = NULL;
- /* don't create queries for clients not loaded yet */
- if (!e_client_is_opened (E_CLIENT (client)))
- continue;
-
new_view = NULL;
if (!e_cal_client_get_view_sync (client, real_sexp, &new_view, NULL, &error)) {
g_warning (G_STRLOC ": Could not create the view: %s ", error->message);