diff options
author | Rodrigo Moya <rodrigo@ximian.com> | 2004-01-06 02:47:33 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2004-01-06 02:47:33 +0800 |
commit | 4a7e5d43552236559ca9a981f516bd6915899d12 (patch) | |
tree | 9fe6af2310970c58e9d2f8987acd9bb9b909c545 /calendar/gui | |
parent | 2e158d6b35603cf3817a07ea70405c3687202a65 (diff) | |
download | gsoc2013-evolution-4a7e5d43552236559ca9a981f516bd6915899d12.tar.gz gsoc2013-evolution-4a7e5d43552236559ca9a981f516bd6915899d12.tar.zst gsoc2013-evolution-4a7e5d43552236559ca9a981f516bd6915899d12.zip |
no need to connect to the "cal_opened" signal on the task client. Also,
2004-01-05 Rodrigo Moya <rodrigo@ximian.com>
* gui/gnome-cal.c (gnome_calendar_construct): no need to connect to
the "cal_opened" signal on the task client. Also, added code to
add the client to the ECalendarTable's model.
(client_cal_opened_cb, update_e_cal_view_timeout): removed unneeded
function.
svn path=/trunk/; revision=24051
Diffstat (limited to 'calendar/gui')
-rw-r--r-- | calendar/gui/gnome-cal.c | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/calendar/gui/gnome-cal.c b/calendar/gui/gnome-cal.c index fc67605e21..afb2c34d79 100644 --- a/calendar/gui/gnome-cal.c +++ b/calendar/gui/gnome-cal.c @@ -1768,22 +1768,6 @@ permission_error (GnomeCalendar *gcal, const char *uri) g_free (urinopwd); } -/* Callback from the calendar client when a calendar is loaded */ -static gboolean -update_e_cal_view_timeout (gpointer data) -{ - GnomeCalendar *gcal = data; - GnomeCalendarPrivate *priv; - - gcal = GNOME_CALENDAR (data); - priv = gcal->priv; - - update_query (gcal); - priv->e_cal_view_timeout = 0; - - return FALSE; -} - /* Duplicates an array of categories */ static GPtrArray * copy_categories (GPtrArray *categories) |