Merge lp:~jeremywootten/pantheon-files/fix-1501460-remove-new-tab-from-quicklist into lp:~elementary-apps/pantheon-files/trunk

Proposed by Jeremy Wootten
Status: Merged
Approved by: Cody Garver
Approved revision: 1950
Merged at revision: 1950
Proposed branch: lp:~jeremywootten/pantheon-files/fix-1501460-remove-new-tab-from-quicklist
Merge into: lp:~elementary-apps/pantheon-files/trunk
Diff against target: 33 lines (+2/-8)
2 files modified
data/pantheon-files.desktop.in (+1/-6)
src/DesktopLauncher.vala (+1/-2)
To merge this branch: bzr merge lp:~jeremywootten/pantheon-files/fix-1501460-remove-new-tab-from-quicklist
Reviewer Review Type Date Requested Status
elementary Apps team Pending
Review via email: mp+273032@code.launchpad.net

Commit message

Remove "New Tab" from desktop launcher shortcuts (lp:1501460)

Description of the change

This branch removes "New Tab" from the desktop launcher right-click menu since it has the same effect as "New Window" if no Files window is open and "New Tab" is available through the UI when a Files window is open.

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'data/pantheon-files.desktop.in'
2--- data/pantheon-files.desktop.in 2014-12-11 18:33:45 +0000
3+++ data/pantheon-files.desktop.in 2015-10-01 09:17:57 +0000
4@@ -13,12 +13,7 @@
5 X-GNOME-Gettext-Domain=pantheon-files
6 X-GNOME-UsesNotifications=true
7
8-X-Ayatana-Desktop-Shortcuts=TabNew;WindowNew;Root;AboutDialog
9-
10-[TabNew Shortcut Group]
11-Name=New _Tab
12-Exec=pantheon-files -t
13-TargetEnvironment=Unity
14+X-Ayatana-Desktop-Shortcuts=WindowNew;Root;AboutDialog
15
16 [WindowNew Shortcut Group]
17 Name=New _Window
18
19=== modified file 'src/DesktopLauncher.vala'
20--- src/DesktopLauncher.vala 2014-07-29 03:06:03 +0000
21+++ src/DesktopLauncher.vala 2015-10-01 09:17:57 +0000
22@@ -5,9 +5,8 @@
23
24 public const string COMMENT = N_("Browse your files");
25 public const string GENERIC_NAME = N_("File Manager");
26- public const string NEW_TAB = N_("New _Tab");
27 public const string NEW_WINDOW = N_("New _Window");
28 public const string NEW_ROOT_WINDOW = N_("New Window As _Administrator");
29 public const string ABOUT = N_("About _Files");
30 public const string NAME = N_("Files");
31-}
32\ No newline at end of file
33+}

Subscribers

People subscribed via source and target branches

to all changes: