diff options
-rw-r--r-- | calendar/ChangeLog | 4 | ||||
-rw-r--r-- | calendar/gui/main.c | 2 | ||||
-rw-r--r-- | calendar/main.c | 2 |
3 files changed, 6 insertions, 2 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 4c67173a2c..ba62725124 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -462,6 +462,10 @@ Fri Apr 3 22:31:54 1998 Tom Tromey <tromey@cygnus.com> (calendar_compare_by_dtstart): Provide a generic sorting routine for calendar objects. +1998-04-01 Miguel de Icaza <miguel@kernel.org> + + * Start from scratch + Tue Mar 31 23:46:50 1998 Tom Tromey <tromey@cygnus.com> * timeutil.c (format_simple_hour): `buf' now static. diff --git a/calendar/gui/main.c b/calendar/gui/main.c index 3a657ef05e..75ad4b1e70 100644 --- a/calendar/gui/main.c +++ b/calendar/gui/main.c @@ -320,7 +320,7 @@ GnomeUIInfo gnome_toolbar [] = { GNOME_APP_PIXMAP_STOCK, GNOME_STOCK_MENU_BACK }, { GNOME_APP_UI_ITEM, N_("Today"), NULL, today_clicked, 0, 0, - GNOME_APP_PIXMAP_STOCK, GNOME_STOCK_MENU_BACK }, + GNOME_APP_PIXMAP_STOCK, GNOME_STOCK_PIXMAP_HOME }, { GNOME_APP_UI_ITEM, N_("Next"), NULL, next_clicked, 0, 0, GNOME_APP_PIXMAP_STOCK, GNOME_STOCK_MENU_FORWARD }, diff --git a/calendar/main.c b/calendar/main.c index 3a657ef05e..75ad4b1e70 100644 --- a/calendar/main.c +++ b/calendar/main.c @@ -320,7 +320,7 @@ GnomeUIInfo gnome_toolbar [] = { GNOME_APP_PIXMAP_STOCK, GNOME_STOCK_MENU_BACK }, { GNOME_APP_UI_ITEM, N_("Today"), NULL, today_clicked, 0, 0, - GNOME_APP_PIXMAP_STOCK, GNOME_STOCK_MENU_BACK }, + GNOME_APP_PIXMAP_STOCK, GNOME_STOCK_PIXMAP_HOME }, { GNOME_APP_UI_ITEM, N_("Next"), NULL, next_clicked, 0, 0, GNOME_APP_PIXMAP_STOCK, GNOME_STOCK_MENU_FORWARD }, |