aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/calendar-commands.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/calendar-commands.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/calendar-commands.c')
-rw-r--r--calendar/gui/calendar-commands.c16
1 files changed, 9 insertions, 7 deletions
diff --git a/calendar/gui/calendar-commands.c b/calendar/gui/calendar-commands.c
index b16a6991f4..7c6576bf2a 100644
--- a/calendar/gui/calendar-commands.c
+++ b/calendar/gui/calendar-commands.c
@@ -598,13 +598,14 @@ static EPixmap pixmaps [] = {
E_PIXMAP ("/commands/CalendarPrint", "document-print", E_ICON_SIZE_MENU),
E_PIXMAP ("/commands/DeleteAllOccurrences", "edit-delete", E_ICON_SIZE_MENU),
E_PIXMAP ("/commands/DeleteOccurrence", "edit-delete", E_ICON_SIZE_MENU),
- E_PIXMAP ("/commands/CalendarGoto", "go-jump", E_ICON_SIZE_MENU),
- E_PIXMAP ("/commands/CalendarNext", "go-next", E_ICON_SIZE_MENU),
- E_PIXMAP ("/commands/CalendarPrintPreview", "document-print-preview", E_ICON_SIZE_MENU),
- E_PIXMAP ("/commands/Copy", "edit-copy", E_ICON_SIZE_MENU),
- E_PIXMAP ("/commands/Cut", "edit-cut", E_ICON_SIZE_MENU),
- E_PIXMAP ("/commands/Delete", "edit-delete", E_ICON_SIZE_MENU),
- E_PIXMAP ("/commands/Paste", "edit-paste", E_ICON_SIZE_MENU),
+ E_PIXMAP ("/commands/CalendarGoto", "go-jump", E_ICON_SIZE_MENU),
+ E_PIXMAP ("/commands/CalendarNext", "go-next", E_ICON_SIZE_MENU),
+ E_PIXMAP ("/commands/CalendarPrintPreview", "document-print-preview", E_ICON_SIZE_MENU),
+ E_PIXMAP ("/commands/Copy", "edit-copy", E_ICON_SIZE_MENU),
+ E_PIXMAP ("/commands/Cut", "edit-cut", E_ICON_SIZE_MENU),
+ E_PIXMAP ("/commands/Delete", "edit-delete", E_ICON_SIZE_MENU),
+ E_PIXMAP ("/commands/Paste", "edit-paste", E_ICON_SIZE_MENU),
+ E_PIXMAP ("/commands/CalendarToday", "go-today", E_ICON_SIZE_MENU),
E_PIXMAP ("/Toolbar/Print", "document-print", E_ICON_SIZE_LARGE_TOOLBAR),
E_PIXMAP ("/Toolbar/Delete", "edit-delete", E_ICON_SIZE_LARGE_TOOLBAR),
@@ -616,6 +617,7 @@ static EPixmap pixmaps [] = {
E_PIXMAP ("/Toolbar/WeekView", "view-calendar-week", E_ICON_SIZE_LARGE_TOOLBAR),
E_PIXMAP ("/Toolbar/MonthView", "view-calendar-month", E_ICON_SIZE_LARGE_TOOLBAR),
E_PIXMAP ("/Toolbar/ListView", "view-calendar-list", E_ICON_SIZE_LARGE_TOOLBAR),
+ E_PIXMAP ("/Toolbar/Today", "go-today", E_ICON_SIZE_LARGE_TOOLBAR),
E_PIXMAP_END
};