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/calendar-commands.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'calendar/gui/calendar-commands.h') diff --git a/calendar/gui/calendar-commands.h b/calendar/gui/calendar-commands.h index 0a20ba6c69..9ebac6eef4 100644 --- a/calendar/gui/calendar-commands.h +++ b/calendar/gui/calendar-commands.h @@ -45,4 +45,7 @@ void calendar_set_folder_bar_label (GnomeCalendar *gcal, BonoboControl *control) /* Used by calendar and tasks control to set the folder title bar label. */ void control_util_set_folder_bar_label (BonoboControl *control, char *label); +/* Used by calendar views and tasks to show the settings dialog */ +void control_util_show_settings (GnomeCalendar *gcal); + #endif /* CALENDAR_COMMANDS_H */ -- cgit v1.2.3