diff options
author | Dan Winship <danw@src.gnome.org> | 2002-09-28 04:25:10 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2002-09-28 04:25:10 +0800 |
commit | f996b94cf6d33cb9af7c870d6e7423af84ba5cf2 (patch) | |
tree | 9dea4e12509bc59f4313d530f99a7615f7e611a6 /calendar | |
parent | fc2c499f8bc737190309484a96e13dccd3cefbdf (diff) | |
download | gsoc2013-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')
-rw-r--r-- | calendar/ChangeLog | 6 | ||||
-rw-r--r-- | calendar/gui/calendar-commands.c | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 63363ace19..ad35cb5fcb 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,9 @@ +2002-09-27 Dan Winship <danw@ximian.com> + + * gui/calendar-commands.c (pixmaps): Remove "/Toolbar/New" and + "/Toolbar/NewTask" since they're not there any more. Kills some + bonobo-ui spewage. + 2002-09-26 Dan Winship <danw@ximian.com> Non-Connector part of #29334 (meeting created by a delegate in the 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"), |