Merge lp:~victored/pantheon-files/fix-1183989 into lp:~elementary-apps/pantheon-files/trunk

Proposed by Victor Martinez
Status: Merged
Approved by: Victor Martinez
Approved revision: 1193
Merged at revision: 1193
Proposed branch: lp:~victored/pantheon-files/fix-1183989
Merge into: lp:~elementary-apps/pantheon-files/trunk
Diff against target: 29 lines (+1/-4)
1 file modified
src/View/Window.vala (+1/-4)
To merge this branch: bzr merge lp:~victored/pantheon-files/fix-1183989
Reviewer Review Type Date Requested Status
Victor Martinez (community) Approve
Review via email: mp+165731@code.launchpad.net

Commit message

Fix a regression introduced in rev. 1191 that broke "Show/Hide Hidden Files".

Description of the change

Fix a regression that broke "Show/Hide Hidden Files"

To post a comment you must log in.
Revision history for this message
Victor Martinez (victored) :
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 2013-05-13 19:43:25 +0000
3+++ src/View/Window.vala 2013-05-25 06:36:24 +0000
4@@ -203,6 +203,7 @@
5
6 Preferences.settings.bind("show-sidebar", sidebar, "visible", 0);
7 Preferences.settings.bind("show-sidebar", main_actions.get_action("Show Hide Sidebar"), "active", 0);
8+ Preferences.settings.bind("show-hiddenfiles", main_actions.get_action("Show Hidden Files"), "active", 0);
9
10 /*/
11 /* Connect and abstract signals to local ones
12@@ -531,9 +532,6 @@
13 t_reload_cb = Timeout.add (90, real_reload_callback );
14 }
15
16- /*private void action_show_hidden_files (Gtk.Action action) {
17- }*/
18-
19 private void action_undo_callback (Gtk.Action action) {
20 update_undo_actions ();
21 undo_manager.undo (null);
22@@ -736,7 +734,6 @@
23 /* label, accelerator */ N_("Show _Hidden Files"), "<control>H",
24 /* tooltip */ N_("Toggle the display of hidden files in the current window"),
25 null,
26- //action_show_hidden_files,
27 true },
28 /* name, stock id */ { "Show Hide Sidebar", null,
29 /* label, accelerator */ N_("_Places"), "F9",

Subscribers

People subscribed via source and target branches

to all changes: