- Add patch for GNOME bug #618400 (missing keyboard shortcut).

This commit is contained in:
Matthew Barnes 2010-05-27 17:35:13 +00:00
commit 58600480dc
2 changed files with 20 additions and 1 deletions

View file

@ -0,0 +1,12 @@
diff -up evolution-2.30.1.2/modules/mail/e-mail-shell-view-actions.c.missing-shortcut evolution-2.30.1.2/modules/mail/e-mail-shell-view-actions.c
--- evolution-2.30.1.2/modules/mail/e-mail-shell-view-actions.c.missing-shortcut 2010-05-27 12:12:08.094092271 -0400
+++ evolution-2.30.1.2/modules/mail/e-mail-shell-view-actions.c 2010-05-27 12:12:34.962872560 -0400
@@ -913,7 +913,7 @@ static GtkActionEntry mail_entries[] = {
{ "mail-folder-mark-all-as-read",
"mail-read",
N_("Mar_k All Messages as Read"),
- NULL,
+ "<Control>slash",
N_("Mark all messages in the folder as read"),
G_CALLBACK (action_mail_folder_mark_all_as_read_cb) },

View file

@ -39,7 +39,7 @@
Name: evolution
Version: 2.30.1
Release: 6%{?dist}
Release: 7%{?dist}
Group: Applications/Productivity
Summary: Mail and calendar client for GNOME
License: GPLv2+ and GFDL
@ -74,6 +74,9 @@ Patch15: evolution-2.30.1.2-alarm-notify-icons.patch
# GNOME bug #618902
Patch16: evolution-2.30.1.2-mail-browser-crash.patch
# GNOME bug #618400
Patch17: evolution-2.30.1.2-missing-shortcut.patch
## Dependencies ###
Requires(pre): GConf2
@ -243,6 +246,7 @@ This package contains the plugin to import Microsoft Personal Storage Table
%patch14 -p1 -b .help-contents
%patch15 -p1 -b .alarm-notify-icons
%patch16 -p1 -b .mail-browser-crash
%patch17 -p1 -b .missing-shortcut
mkdir -p krb5-fakeprefix/include
mkdir -p krb5-fakeprefix/lib
@ -694,6 +698,9 @@ rm -rf $RPM_BUILD_ROOT
%endif
%changelog
* Thu May 27 2010 Matthew Barnes <mbarnes@redhat.com> - 2.30.1-7.fc13
- Add patch for GNOME bug #618400 (missing keyboard shortcut).
* Tue May 18 2010 Matthew Barnes <mbarnes@redhat.com> - 2.30.1-6.fc13
- Add patch for GNOME bug #618902 (mail browser window crash).