diff options
author | Damon Chaplin <damon@helixcode.com> | 2000-10-12 23:09:17 +0800 |
---|---|---|
committer | Damon Chaplin <damon@src.gnome.org> | 2000-10-12 23:09:17 +0800 |
commit | d4c0c1c808fa8eacfa04fd986fca4c10a1a3e618 (patch) | |
tree | ce297ba5a9ccca9c5e8689007292c7828db0d2cb /calendar/ChangeLog | |
parent | 839fe01b7dce4ca209be3998fac2092b97d23ec2 (diff) | |
download | gsoc2013-evolution-d4c0c1c808fa8eacfa04fd986fca4c10a1a3e618.tar.gz gsoc2013-evolution-d4c0c1c808fa8eacfa04fd986fca4c10a1a3e618.tar.zst gsoc2013-evolution-d4c0c1c808fa8eacfa04fd986fca4c10a1a3e618.zip |
set the pixmaps of the toolbar buttons for the views, and removed a lot of
2000-10-12 Damon Chaplin <damon@helixcode.com>
* gui/calendar-commands.c (calendar_control_activate):
(update_pixmaps):
(set_pixmap): set the pixmaps of the toolbar buttons for the views,
and removed a lot of old unused stuff. We'll use plain buttons for
the view buttons for now, until Bonobo toolbars support radio buttons.
* gui/gnome-cal.c (gnome_calendar_dayjump): check day_button is not
NULL before using it.
(gnome_calendar_update_view_buttons): check button is not NULL.
svn path=/trunk/; revision=5889
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index d6d220b0e4..6a406d92c2 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,15 @@ +2000-10-12 Damon Chaplin <damon@helixcode.com> + + * gui/calendar-commands.c (calendar_control_activate): + (update_pixmaps): + (set_pixmap): set the pixmaps of the toolbar buttons for the views, + and removed a lot of old unused stuff. We'll use plain buttons for + the view buttons for now, until Bonobo toolbars support radio buttons. + + * gui/gnome-cal.c (gnome_calendar_dayjump): check day_button is not + NULL before using it. + (gnome_calendar_update_view_buttons): check button is not NULL. + 2000-10-11 Damon Chaplin <damon@helixcode.com> * gui/e-day-view-time-item.c (e_day_view_time_item_draw): got 12/24 |