Merge lp:~gz/bzr-explorer/unfloppy into lp:~bzr-explorer-dev/bzr-explorer/trunk.old

Proposed by Martin Packman
Status: Merged
Merge reported by: Ian Clatworthy
Merged at revision: not available
Proposed branch: lp:~gz/bzr-explorer/unfloppy
Merge into: lp:~bzr-explorer-dev/bzr-explorer/trunk.old
Diff against target: 15 lines
1 file modified
lib/wt_browser.py (+1/-1)
To merge this branch: bzr merge lp:~gz/bzr-explorer/unfloppy
Reviewer Review Type Date Requested Status
Bazaar Explorer Developers Pending
Review via email: mp+14209@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Martin Packman (gz) wrote :

Simple change that resolves problem described in bug report for me, but this is the only system I have that'll run QT4 so may want testing on other desktops as well.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'lib/wt_browser.py'
2--- lib/wt_browser.py 2009-09-21 06:47:59 +0000
3+++ lib/wt_browser.py 2009-10-30 11:10:24 +0000
4@@ -212,10 +212,10 @@
5 self.stacked.setCurrentIndex(0)
6 else:
7 # Show the tree
8- self.stacked.setCurrentIndex(1)
9 source_index = self.source_model.index(path)
10 index = self.model.mapFromSource(source_index)
11 self.view.setRootIndex(index)
12+ self.stacked.setCurrentIndex(1)
13 self.view.selectionModel().reset()
14 self._root = path
15 self.model.set_root(path)

Subscribers

People subscribed via source and target branches