aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/calendar-component.c
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo@ximian.com>2004-01-25 06:45:53 +0800
committerRodrigo Moya <rodrigo@src.gnome.org>2004-01-25 06:45:53 +0800
commite1e8526ea808a8d30251b7c871ffcd820b7c223d (patch)
treed61ece3425ac551468a7f8490d9f5592a744615a /calendar/gui/calendar-component.c
parent419c24ed2a3901b126c461aa91b57a8ee3451d02 (diff)
downloadgsoc2013-evolution-e1e8526ea808a8d30251b7c871ffcd820b7c223d.tar
gsoc2013-evolution-e1e8526ea808a8d30251b7c871ffcd820b7c223d.tar.gz
gsoc2013-evolution-e1e8526ea808a8d30251b7c871ffcd820b7c223d.tar.bz2
gsoc2013-evolution-e1e8526ea808a8d30251b7c871ffcd820b7c223d.tar.lz
gsoc2013-evolution-e1e8526ea808a8d30251b7c871ffcd820b7c223d.tar.xz
gsoc2013-evolution-e1e8526ea808a8d30251b7c871ffcd820b7c223d.tar.zst
gsoc2013-evolution-e1e8526ea808a8d30251b7c871ffcd820b7c223d.zip
new function.
2004-01-24 Rodrigo Moya <rodrigo@ximian.com> * gui/calendar-component.[ch] (calendar_component_peek_source_selector): new function. * gui/tasks-component.[ch] (tasks_component_peek_source_selector): new function. * gui/e-tasks.c (backend_died_cb): * gui/gnome-cal.c (backend_died_cb): don't tell the user to restart Evolution, there is no need now, just unselecting and selecting back the calendar loads it again. Also, remove the crashed client from the list of loaded clients. Also, unselect the source on the source selector. svn path=/trunk/; revision=24417
Diffstat (limited to 'calendar/gui/calendar-component.c')
-rw-r--r--calendar/gui/calendar-component.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/calendar/gui/calendar-component.c b/calendar/gui/calendar-component.c
index 47d2711f48..7efcafc8ae 100644
--- a/calendar/gui/calendar-component.c
+++ b/calendar/gui/calendar-component.c
@@ -853,6 +853,12 @@ calendar_component_peek_source_list (CalendarComponent *component)
return component->priv->source_list;
}
+ESourceSelector *
+calendar_component_peek_source_selector (CalendarComponent *component)
+{
+ return component->priv->source_selector;
+}
+
EActivityHandler *
calendar_component_peek_activity_handler (CalendarComponent *component)
{