diff options
author | Michael Monreal <mmonreal@svn.gnome.org> | 2007-11-10 17:37:27 +0800 |
---|---|---|
committer | Michael Monreal <mmonreal@src.gnome.org> | 2007-11-10 17:37:27 +0800 |
commit | cfb0a3c19afa083d7abdd48e5900589c304a462f (patch) | |
tree | 2fa48539c3365651c71fcac97cbd2dcfce2c370b /calendar/gui/e-calendar-view.c | |
parent | 0ed655c83ba6701df82572b5e41400e498ba6579 (diff) | |
download | gsoc2013-evolution-cfb0a3c19afa083d7abdd48e5900589c304a462f.tar.gz gsoc2013-evolution-cfb0a3c19afa083d7abdd48e5900589c304a462f.tar.zst gsoc2013-evolution-cfb0a3c19afa083d7abdd48e5900589c304a462f.zip |
** Fix for bug #209425
2007-11-10 Michael Monreal <mmonreal@svn.gnome.org>
** Fix for bug #209425
* data/icons/Makefile.am:
* data/icons/hicolor_actions_16x16_go-today.svg:
* data/icons/hicolor_actions_22x22_go-today.svg:
Don't use gtk-home for the go-today action. Add new
icons to the build.
svn path=/trunk/; revision=34518
Diffstat (limited to 'calendar/gui/e-calendar-view.c')
-rw-r--r-- | calendar/gui/e-calendar-view.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/e-calendar-view.c b/calendar/gui/e-calendar-view.c index fae8a2cb8e..7f84d6e540 100644 --- a/calendar/gui/e-calendar-view.c +++ b/calendar/gui/e-calendar-view.c @@ -1666,7 +1666,7 @@ static EPopupItem ecv_main_items [] = { /* FIXME: hook in this somehow */ { E_POPUP_SUBMENU, "60.view", N_("_Current View") }, - { E_POPUP_ITEM, "61.today", N_("Select T_oday"), on_goto_today, NULL, GTK_STOCK_HOME }, + { E_POPUP_ITEM, "61.today", N_("Select T_oday"), on_goto_today, NULL, "go-today" }, { E_POPUP_ITEM, "62.todate", N_("_Select Date..."), on_goto_date, NULL, GTK_STOCK_JUMP_TO }, }; |