aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/calendar-commands.c
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo@ximian.com>2003-07-02 05:47:10 +0800
committerRodrigo Moya <rodrigo@src.gnome.org>2003-07-02 05:47:10 +0800
commitee0d3c326ba3825b4c12a15d20d5c5692df2f629 (patch)
tree109fab2f96092e022453be67076d4eacb030759c /calendar/gui/calendar-commands.c
parent474aa8509f50da67a8084daf43320bd3b7146344 (diff)
downloadgsoc2013-evolution-ee0d3c326ba3825b4c12a15d20d5c5692df2f629.tar
gsoc2013-evolution-ee0d3c326ba3825b4c12a15d20d5c5692df2f629.tar.gz
gsoc2013-evolution-ee0d3c326ba3825b4c12a15d20d5c5692df2f629.tar.bz2
gsoc2013-evolution-ee0d3c326ba3825b4c12a15d20d5c5692df2f629.tar.lz
gsoc2013-evolution-ee0d3c326ba3825b4c12a15d20d5c5692df2f629.tar.xz
gsoc2013-evolution-ee0d3c326ba3825b4c12a15d20d5c5692df2f629.tar.zst
gsoc2013-evolution-ee0d3c326ba3825b4c12a15d20d5c5692df2f629.zip
Fixes #45524
2003-07-01 Rodrigo Moya <rodrigo@ximian.com> Fixes #45524 * gui/calendar-commands.c: use stock icons where approppriate. * gui/tasks-control.c: removed EPixmaps structure, since we only use stock icons now. (tasks_control_activate): no need to call e_pixmaps_update. svn path=/trunk/; revision=21715
Diffstat (limited to 'calendar/gui/calendar-commands.c')
-rw-r--r--calendar/gui/calendar-commands.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/calendar/gui/calendar-commands.c b/calendar/gui/calendar-commands.c
index 6c7030a341..ce921bbc44 100644
--- a/calendar/gui/calendar-commands.c
+++ b/calendar/gui/calendar-commands.c
@@ -725,21 +725,6 @@ static BonoboUIVerb verbs [] = {
static EPixmap pixmaps [] =
{
- E_PIXMAP ("/menu/EditPlaceholder/Edit/Cut", "16_cut.png"),
- E_PIXMAP ("/menu/EditPlaceholder/Edit/Copy", "16_copy.png"),
- E_PIXMAP ("/menu/EditPlaceholder/Edit/Paste", "16_paste.png"),
- E_PIXMAP ("/menu/EditPlaceholder/Edit/Delete", "evolution-trash-mini.png"),
- E_PIXMAP ("/menu/EditPlaceholder/Edit/DeleteOccurrence", "evolution-trash-mini.png"),
- E_PIXMAP ("/menu/EditPlaceholder/Edit/DeleteAllOccurrences", "evolution-trash-mini.png"),
- E_PIXMAP ("/menu/File/Print/Print", "print.xpm"),
- E_PIXMAP ("/menu/File/Print/PrintPreview", "print-preview.xpm"),
- E_PIXMAP ("/menu/View/ViewBegin/Goto", "goto-16.png"),
-
- E_PIXMAP ("/Toolbar/Print", "buttons/print.png"),
- E_PIXMAP ("/Toolbar/Delete", "buttons/delete-message.png"),
- E_PIXMAP ("/Toolbar/Prev", "buttons/arrow-left-24.png"),
- E_PIXMAP ("/Toolbar/Next", "buttons/arrow-right-24.png"),
- E_PIXMAP ("/Toolbar/Goto", "buttons/goto-24.png"),
E_PIXMAP ("/Toolbar/DayView", "buttons/dayview.xpm"),
E_PIXMAP ("/Toolbar/WorkWeekView", "buttons/workweekview.xpm"),
E_PIXMAP ("/Toolbar/WeekView", "buttons/weekview.xpm"),