aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-calendar-view.c
diff options
context:
space:
mode:
authorMichael Monreal <mmonreal@svn.gnome.org>2007-11-10 17:37:27 +0800
committerMichael Monreal <mmonreal@src.gnome.org>2007-11-10 17:37:27 +0800
commitcfb0a3c19afa083d7abdd48e5900589c304a462f (patch)
tree2fa48539c3365651c71fcac97cbd2dcfce2c370b /calendar/gui/e-calendar-view.c
parent0ed655c83ba6701df82572b5e41400e498ba6579 (diff)
downloadgsoc2013-evolution-cfb0a3c19afa083d7abdd48e5900589c304a462f.tar
gsoc2013-evolution-cfb0a3c19afa083d7abdd48e5900589c304a462f.tar.gz
gsoc2013-evolution-cfb0a3c19afa083d7abdd48e5900589c304a462f.tar.bz2
gsoc2013-evolution-cfb0a3c19afa083d7abdd48e5900589c304a462f.tar.lz
gsoc2013-evolution-cfb0a3c19afa083d7abdd48e5900589c304a462f.tar.xz
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.c2
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 },
};