diff options
Diffstat (limited to 'calendar/gui/tasks-control.c')
-rw-r--r-- | calendar/gui/tasks-control.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/calendar/gui/tasks-control.c b/calendar/gui/tasks-control.c index e460e5fe00..a7bdff3dd5 100644 --- a/calendar/gui/tasks-control.c +++ b/calendar/gui/tasks-control.c @@ -263,6 +263,10 @@ tasks_control_activate (BonoboControl *control, ETasks *tasks) sensitize_commands (tasks, control, n_selected); bonobo_ui_component_thaw (uic, NULL); + + /* Show the dialog for setting the timezone if the user hasn't chosen + a default timezone already. */ + calendar_config_check_timezone_set (); } |