Merge lp:~niclasl/pantheon-files/fix-1239778 into lp:~elementary-apps/pantheon-files/trunk

Proposed by Niclas Lockner
Status: Merged
Approved by: Cody Garver
Approved revision: 1364
Merged at revision: 1366
Proposed branch: lp:~niclasl/pantheon-files/fix-1239778
Merge into: lp:~elementary-apps/pantheon-files/trunk
Diff against target: 13 lines (+0/-4)
1 file modified
src/View/Window.vala (+0/-4)
To merge this branch: bzr merge lp:~niclasl/pantheon-files/fix-1239778
Reviewer Review Type Date Requested Status
Cody Garver (community) Approve
Review via email: mp+192818@code.launchpad.net

Commit message

Removed duplicate tab_duplicate signal handler to fix bug #1239778.

Description of the change

Removed duplicate tab_duplicate signal handler

To post a comment you must log in.
Revision history for this message
Cody Garver (codygarver) :
review: Approve
Revision history for this message
Cody Garver (codygarver) wrote :

Nice fix!

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-09-12 00:41:28 +0000
3+++ src/View/Window.vala 2013-10-27 13:36:59 +0000
4@@ -261,10 +261,6 @@
5 make_new_tab (null, File.new_for_uri (((tab.page as ViewContainer).get_active_slot ()).location.get_uri ()));
6 });
7
8- tabs.tab_duplicated.connect ((tab) => {
9- make_new_tab (null, File.new_for_uri (((tab.page as ViewContainer).get_active_slot ()).location.get_uri ()));
10- });
11-
12 Gtk.Allocation win_alloc;
13 get_allocation (out win_alloc);
14

Subscribers

People subscribed via source and target branches

to all changes: