From 90710b285fcb24c3a6b7a6d78fd1746bcaff2256 Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Thu, 18 Apr 2002 19:00:25 +0000 Subject: show the settings 2002-04-18 JP Rosevear * gui/e-day-view.c (e_day_view_on_settings): show the settings * gui/e-week-view.c (e_week_view_on_settings): ditto * gui/calendar-commands.c (control_util_show_settings): show the settings dialog * gui/calendar-commands.h: new proto * gui/control-factory.c (control_factory_new_control): set the control as object data on the calendar svn path=/trunk/; revision=16511 --- calendar/gui/control-factory.c | 1 + 1 file changed, 1 insertion(+) (limited to 'calendar/gui/control-factory.c') diff --git a/calendar/gui/control-factory.c b/calendar/gui/control-factory.c index 1d83f934af..a17790f197 100644 --- a/calendar/gui/control-factory.c +++ b/calendar/gui/control-factory.c @@ -253,6 +253,7 @@ control_factory_new_control (void) g_message ("control_factory_fn(): could not create the control!"); return NULL; } + gtk_object_set_data (GTK_OBJECT (gcal), "control", control); calendar_properties_init (gcal, control); #if 0 -- cgit v1.2.3