Merge lp:~jeremywootten/pantheon-files/drop-tab-on-notebook into lp:~elementary-apps/pantheon-files/trunk

Proposed by Jeremy Wootten
Status: Merged
Approved by: Cody Garver
Approved revision: 2447
Merged at revision: 2449
Proposed branch: lp:~jeremywootten/pantheon-files/drop-tab-on-notebook
Merge into: lp:~elementary-apps/pantheon-files/trunk
Diff against target: 11 lines (+1/-0)
1 file modified
src/View/Window.vala (+1/-0)
To merge this branch: bzr merge lp:~jeremywootten/pantheon-files/drop-tab-on-notebook
Reviewer Review Type Date Requested Status
elementary Apps team Pending
Review via email: mp+314861@code.launchpad.net

Commit message

Enable drag and drop tabs between windows

Description of the change

Give Files notebooks a common group name so can drag and drop tabs between them.

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 'src/View/Window.vala'
2--- src/View/Window.vala 2017-01-13 13:31:06 +0000
3+++ src/View/Window.vala 2017-01-16 16:52:35 +0000
4@@ -174,6 +174,7 @@
5 tabs.allow_restoring = true;
6 tabs.allow_duplication = true;
7 tabs.allow_new_window = true;
8+ tabs.group_name = APP_NAME;
9
10 this.configure_event.connect_after ((e) => {
11 tabs.set_size_request (e.width / 2, -1);

Subscribers

People subscribed via source and target branches

to all changes: