aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/calendar-component.c
diff options
context:
space:
mode:
authorJP Rosevear <jpr@ximian.com>2003-10-24 04:20:18 +0800
committerJP Rosevear <jpr@src.gnome.org>2003-10-24 04:20:18 +0800
commite2ff6cc193c166c3b28ebbab86a67903c9378364 (patch)
treeb59cb8510cc6fb1ff57271fcb634f4cfd9878d94 /calendar/gui/calendar-component.c
parent10a44354477a1beb54282e118045863079c9b783 (diff)
downloadgsoc2013-evolution-e2ff6cc193c166c3b28ebbab86a67903c9378364.tar
gsoc2013-evolution-e2ff6cc193c166c3b28ebbab86a67903c9378364.tar.gz
gsoc2013-evolution-e2ff6cc193c166c3b28ebbab86a67903c9378364.tar.bz2
gsoc2013-evolution-e2ff6cc193c166c3b28ebbab86a67903c9378364.tar.lz
gsoc2013-evolution-e2ff6cc193c166c3b28ebbab86a67903c9378364.tar.xz
gsoc2013-evolution-e2ff6cc193c166c3b28ebbab86a67903c9378364.tar.zst
gsoc2013-evolution-e2ff6cc193c166c3b28ebbab86a67903c9378364.zip
just uses the views array and the current view type (setup_widgets): ditto
2003-10-23 JP Rosevear <jpr@ximian.com> * gui/gnome-cal.c (gnome_calendar_get_current_view_widget): just uses the views array and the current view type (setup_widgets): ditto (set_view): ditto (backend_died_cb): ditto (gnome_calendar_get_calendar_model): ditto (gnome_calendar_update_config_settings): ditto svn path=/trunk/; revision=23054
Diffstat (limited to 'calendar/gui/calendar-component.c')
-rw-r--r--calendar/gui/calendar-component.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/calendar/gui/calendar-component.c b/calendar/gui/calendar-component.c
index 0ea1cf29e8..d617cd5e80 100644
--- a/calendar/gui/calendar-component.c
+++ b/calendar/gui/calendar-component.c
@@ -47,6 +47,8 @@ struct _CalendarComponentPrivate {
GConfClient *gconf_client;
ESourceList *source_list;
+
+ GnomeCalendar *calendar;
};
@@ -155,6 +157,7 @@ impl_createControls (PortableServer_Servant servant,
BonoboControl *sidebar_control;
BonoboControl *view_control;
+ /* Create sidebar selector */
selector = e_source_selector_new (calendar_component->priv->source_list);
gtk_widget_show (selector);
@@ -168,6 +171,8 @@ impl_createControls (PortableServer_Servant servant,
sidebar_control = bonobo_control_new (selector_scrolled_window);
+ /* Create main calendar view */
+
view_control = control_factory_new_control ();
g_signal_connect_object (selector, "selection_changed",