diff options
author | Miguel de Icaza <miguel@ximian.com> | 2001-03-18 16:16:40 +0800 |
---|---|---|
committer | Miguel de Icaza <miguel@src.gnome.org> | 2001-03-18 16:16:40 +0800 |
commit | f4b4da4fcb6a59f56c1fff88ba08a6c9995b807c (patch) | |
tree | 174273901eb0b57d53848dc3993e7fd7aa1ed9d5 /mail | |
parent | 3370188296f555ac67b0f859ce2209c2eeba34af (diff) | |
download | gsoc2013-evolution-f4b4da4fcb6a59f56c1fff88ba08a6c9995b807c.tar gsoc2013-evolution-f4b4da4fcb6a59f56c1fff88ba08a6c9995b807c.tar.gz gsoc2013-evolution-f4b4da4fcb6a59f56c1fff88ba08a6c9995b807c.tar.bz2 gsoc2013-evolution-f4b4da4fcb6a59f56c1fff88ba08a6c9995b807c.tar.lz gsoc2013-evolution-f4b4da4fcb6a59f56c1fff88ba08a6c9995b807c.tar.xz gsoc2013-evolution-f4b4da4fcb6a59f56c1fff88ba08a6c9995b807c.tar.zst gsoc2013-evolution-f4b4da4fcb6a59f56c1fff88ba08a6c9995b807c.zip |
Added ShowWeekView, ShowMonthView, ShowDay, ShowWorkWeek to the View menu.
2001-03-17 Miguel de Icaza <miguel@ximian.com>
* evolution-calendar.xml: Added ShowWeekView, ShowMonthView,
ShowDay, ShowWorkWeek to the View menu.
* evolution.xml, evolution-mail.xml: Provide "Actions" in the
toplevel evolution. Fill in Actions/Component in Evolution-mail
(no visual changes, just internal changes).
* evolution-calendar.xml: Added Actions menu. Added New Verb
EditNewEvent.
2001-03-17 Miguel de Icaza <miguel@ximian.com>
* gui/e-day-view.c (e_day_view_on_new_event,
e_day_view_on_new_appointment): Simplifed this function to use the
shared code.
* gui/e-week-view.c (e_week_view_on_new_event,
e_week_view_on_new_appointment): ditto.
* gui/gnome-cal.c (gnome_calendar_new_appointment_for): New
function used to launch editor components with a time range. A
bunch of functions use this code now instead of duplicating code
all over the place
svn path=/trunk/; revision=8794
Diffstat (limited to 'mail')
-rw-r--r-- | mail/folder-browser-factory.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/folder-browser-factory.c b/mail/folder-browser-factory.c index dc125680a2..fabc658438 100644 --- a/mail/folder-browser-factory.c +++ b/mail/folder-browser-factory.c @@ -114,9 +114,9 @@ static struct { char *pixbuf; } pixcache [] = { { "/menu/File/Print/Print Preview", "16_print.xpm", NULL }, - { "/menu/Component/Actions/MessageMove", "16_move_message.xpm", NULL }, - { "/menu/Component/Actions/MessageReplyAll", "16_reply_to_all.xpm", NULL }, - { "/menu/Component/Actions/MessageReplySndr", "16_reply.xpm", NULL }, + { "/menu/Actions/Component/MessageMove", "16_move_message.xpm", NULL }, + { "/menu/Actions/Component/MessageReplyAll", "16_reply_to_all.xpm", NULL }, + { "/menu/Actions/Component/MessageReplySndr", "16_reply.xpm", NULL }, { "/menu/File/Folder/FolderConfig", "16_configure_folder.xpm", NULL }, { "/menu/Tools/Component/SetMailConfig", "16_configure_mail.xpm", NULL }, { "/Toolbar/MailGet", "buttons/fetch-mail.png", NULL }, |