diff options
author | Jeffrey Stedfast <fejj@helixcode.com> | 2000-08-09 02:29:03 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-08-09 02:29:03 +0800 |
commit | f0c7677a42961a5c736deebc99b154e81452a773 (patch) | |
tree | 68570aab2d108c5f6361694e532ee97d321ddadd /mail/mail-view.c | |
parent | 9951ed24213c19c1178e0f2a26a5eb1e4bb961ba (diff) | |
download | gsoc2013-evolution-f0c7677a42961a5c736deebc99b154e81452a773.tar gsoc2013-evolution-f0c7677a42961a5c736deebc99b154e81452a773.tar.gz gsoc2013-evolution-f0c7677a42961a5c736deebc99b154e81452a773.tar.bz2 gsoc2013-evolution-f0c7677a42961a5c736deebc99b154e81452a773.tar.lz gsoc2013-evolution-f0c7677a42961a5c736deebc99b154e81452a773.tar.xz gsoc2013-evolution-f0c7677a42961a5c736deebc99b154e81452a773.tar.zst gsoc2013-evolution-f0c7677a42961a5c736deebc99b154e81452a773.zip |
Lets get rid of the last separator in the toolbar until we add n/p
2000-08-08 Jeffrey Stedfast <fejj@helixcode.com>
* mail-view.c: Lets get rid of the last separator in the toolbar
until we add n/p
svn path=/trunk/; revision=4601
Diffstat (limited to 'mail/mail-view.c')
-rw-r--r-- | mail/mail-view.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/mail/mail-view.c b/mail/mail-view.c index 72ed83654d..9db0194ce7 100644 --- a/mail/mail-view.c +++ b/mail/mail-view.c @@ -52,11 +52,11 @@ static GnomeUIInfo mail_view_toolbar [] = { GNOMEUIINFO_ITEM_STOCK (N_("Delete"), N_("Delete this message"), delete_msg, GNOME_STOCK_PIXMAP_TRASH), - GNOMEUIINFO_SEPARATOR, + /*GNOMEUIINFO_SEPARATOR,*/ /*GNOMEUIINFO_ITEM_STOCK (N_("Next"), N_("Next message"), mail_view_next_msg, GNOME_STOCK_PIXMAP_NEXT), - GNOMEUIINFO_ITEM_STOCK (N_("Previous"), N_("Previous message"), mail_view_prev__msg, GNOME_STOCK_PIXMAP_PREVIOUS),*/ + GNOMEUIINFO_ITEM_STOCK (N_("Previous"), N_("Previous message"), mail_view_prev_msg, GNOME_STOCK_PIXMAP_PREVIOUS),*/ GNOMEUIINFO_END }; @@ -127,3 +127,5 @@ mail_view_create (CamelMimeMessage *msg, FolderBrowser *folder_browser) return window; } + + |