Merge lp:~pqp/pantheon-files/fix-1102669 into lp:~elementary-apps/pantheon-files/trunk

Proposed by Patrick Pace
Status: Merged
Merged at revision: 1096
Proposed branch: lp:~pqp/pantheon-files/fix-1102669
Merge into: lp:~elementary-apps/pantheon-files/trunk
Diff against target: 12 lines (+1/-1)
1 file modified
src/View/Window.vala (+1/-1)
To merge this branch: bzr merge lp:~pqp/pantheon-files/fix-1102669
Reviewer Review Type Date Requested Status
Julián Unrrein (community) Approve
elementary Apps team Pending
Review via email: mp+144831@code.launchpad.net
To post a comment you must log in.
Revision history for this message
David Gomes (davidgomes) wrote :

Cody said this didn't work for him.

Revision history for this message
Julián Unrrein (junrrein) wrote :

It works just fine on my side. I wonder how this didn't work for Cody?

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/View/Window.vala'
2--- src/View/Window.vala 2012-11-18 03:13:37 +0000
3+++ src/View/Window.vala 2013-01-25 00:40:29 +0000
4@@ -784,7 +784,7 @@
5 "<control>Z", N_("Undo the last action"),
6 action_undo_callback },
7 { "Redo", Stock.REDO, N_("_Redo"),
8- "<control>Y", N_("Redo the last action"),
9+ "<control><shift>Z", N_("Redo the last action"),
10 action_redo_callback },
11 { "Up", Stock.GO_UP, N_("Open _Parent"),
12 "<alt>Up", N_("Open the parent folder"),

Subscribers

People subscribed via source and target branches

to all changes: