diff options
author | Arturo Espinosa <unammx@src.gnome.org> | 1998-04-20 04:58:02 +0800 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 1998-04-20 04:58:02 +0800 |
commit | efc1cef1db090cbce9b25260d7f236a21fc7e129 (patch) | |
tree | f9b7f5ed86555dead9369b727e9a01ee1aa64f91 | |
parent | d4f950c3fd8a1a5a743c4a3d591605466b1108c3 (diff) | |
download | gsoc2013-evolution-efc1cef1db090cbce9b25260d7f236a21fc7e129.tar gsoc2013-evolution-efc1cef1db090cbce9b25260d7f236a21fc7e129.tar.gz gsoc2013-evolution-efc1cef1db090cbce9b25260d7f236a21fc7e129.tar.bz2 gsoc2013-evolution-efc1cef1db090cbce9b25260d7f236a21fc7e129.tar.lz gsoc2013-evolution-efc1cef1db090cbce9b25260d7f236a21fc7e129.tar.xz gsoc2013-evolution-efc1cef1db090cbce9b25260d7f236a21fc7e129.tar.zst gsoc2013-evolution-efc1cef1db090cbce9b25260d7f236a21fc7e129.zip |
Use GNOME_STOCK_PIXMAP_HOME for today -mig
svn path=/trunk/; revision=167
-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 }, |