diff options
author | Damon Chaplin <damon@ximian.com> | 2001-06-20 15:09:34 +0800 |
---|---|---|
committer | Damon Chaplin <damon@src.gnome.org> | 2001-06-20 15:09:34 +0800 |
commit | 1c6b4a17d875a0ecf76c525930b832fe24929ac5 (patch) | |
tree | 9e234c59c58d049ce6f22329c5a94ec88111c075 /calendar/ChangeLog | |
parent | 541d52701f8225e45651b405fd44a7fa4aa417da (diff) | |
download | gsoc2013-evolution-1c6b4a17d875a0ecf76c525930b832fe24929ac5.tar gsoc2013-evolution-1c6b4a17d875a0ecf76c525930b832fe24929ac5.tar.gz gsoc2013-evolution-1c6b4a17d875a0ecf76c525930b832fe24929ac5.tar.bz2 gsoc2013-evolution-1c6b4a17d875a0ecf76c525930b832fe24929ac5.tar.lz gsoc2013-evolution-1c6b4a17d875a0ecf76c525930b832fe24929ac5.tar.xz gsoc2013-evolution-1c6b4a17d875a0ecf76c525930b832fe24929ac5.tar.zst gsoc2013-evolution-1c6b4a17d875a0ecf76c525930b832fe24929ac5.zip |
moved the function to check for a default timezone to calendar-config.c,
2001-06-20 Damon Chaplin <damon@ximian.com>
* gui/calendar-config.[hc]:
* gui/gnome-cal.[hc]:
* gui/tasks-control.c (tasks_control_activate):
* gui/calendar-commands.c (calendar_control_activate): moved the
function to check for a default timezone to calendar-config.c, and
also used it in the tasks control.
* gui/dialogs/e-timezone-dialog.h: #include <gtk/gtkwidget.h> fix.
svn path=/trunk/; revision=10325
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 2c3c7977ee..5d97924c80 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,16 @@ 2001-06-20 Damon Chaplin <damon@ximian.com> + * gui/calendar-config.[hc]: + * gui/gnome-cal.[hc]: + * gui/tasks-control.c (tasks_control_activate): + * gui/calendar-commands.c (calendar_control_activate): moved the + function to check for a default timezone to calendar-config.c, and + also used it in the tasks control. + + * gui/dialogs/e-timezone-dialog.h: #include <gtk/gtkwidget.h> fix. + +2001-06-20 Damon Chaplin <damon@ximian.com> + * 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. |