From 541d52701f8225e45651b405fd44a7fa4aa417da Mon Sep 17 00:00:00 2001 From: Damon Chaplin Date: Wed, 20 Jun 2001 06:10:41 +0000 Subject: added code to show the timezone dialog if the user hasn't set a default 2001-06-20 Damon Chaplin * gui/calendar-commands.c (calendar_control_activate): * gui/gnome-cal.[hc]: added code to show the timezone dialog if the user hasn't set a default timezone yet. * gui/dialogs/e-timezone-dialog.c (e_timezone_dialog_add_timezones): set the "None" item string before adding it to the combo, to stop the combo putting "None" in the entry initially. svn path=/trunk/; revision=10324 --- calendar/gui/gnome-cal.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'calendar/gui/gnome-cal.h') diff --git a/calendar/gui/gnome-cal.h b/calendar/gui/gnome-cal.h index 9ff25c50f5..908e680133 100644 --- a/calendar/gui/gnome-cal.h +++ b/calendar/gui/gnome-cal.h @@ -123,6 +123,9 @@ void gnome_calendar_get_current_time_range (GnomeCalendar *gcal, void gnome_calendar_update_config_settings (GnomeCalendar *gcal, gboolean initializing); +/* Shows the timezone dialog if the user hasn't set a default timezone. */ +void gnome_calendar_check_timezone_set (GnomeCalendar *gcal); + void gnome_calendar_set_view_buttons (GnomeCalendar *gcal, GtkWidget *day_button, GtkWidget *work_week_button, -- cgit