aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2002-09-28 04:25:10 +0800
committerDan Winship <danw@src.gnome.org>2002-09-28 04:25:10 +0800
commitf996b94cf6d33cb9af7c870d6e7423af84ba5cf2 (patch)
tree9dea4e12509bc59f4313d530f99a7615f7e611a6 /calendar/gui
parentfc2c499f8bc737190309484a96e13dccd3cefbdf (diff)
downloadgsoc2013-evolution-f996b94cf6d33cb9af7c870d6e7423af84ba5cf2.tar
gsoc2013-evolution-f996b94cf6d33cb9af7c870d6e7423af84ba5cf2.tar.gz
gsoc2013-evolution-f996b94cf6d33cb9af7c870d6e7423af84ba5cf2.tar.bz2
gsoc2013-evolution-f996b94cf6d33cb9af7c870d6e7423af84ba5cf2.tar.lz
gsoc2013-evolution-f996b94cf6d33cb9af7c870d6e7423af84ba5cf2.tar.xz
gsoc2013-evolution-f996b94cf6d33cb9af7c870d6e7423af84ba5cf2.tar.zst
gsoc2013-evolution-f996b94cf6d33cb9af7c870d6e7423af84ba5cf2.zip
Remove "/Toolbar/New" and "/Toolbar/NewTask" since they're not there any
* gui/calendar-commands.c (pixmaps): Remove "/Toolbar/New" and "/Toolbar/NewTask" since they're not there any more. Kills some bonobo-ui spewage. svn path=/trunk/; revision=18254
Diffstat (limited to 'calendar/gui')
-rw-r--r--calendar/gui/calendar-commands.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/calendar/gui/calendar-commands.c b/calendar/gui/calendar-commands.c
index 3140d193a4..0dec149adf 100644
--- a/calendar/gui/calendar-commands.c
+++ b/calendar/gui/calendar-commands.c
@@ -682,8 +682,6 @@ static EPixmap pixmaps [] =
E_PIXMAP ("/menu/File/Print/PrintPreview", "print-preview.xpm"),
E_PIXMAP ("/menu/View/ViewBegin/Goto", "goto-16.png"),
- E_PIXMAP ("/Toolbar/New", "buttons/new_appointment.png"),
- E_PIXMAP ("/Toolbar/NewTask", "buttons/new_task.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"),