~smikuska/bzr-explorer/exlorer-sk

« back to all changes in this revision

Viewing changes to lib/explorer.py

  • Committer: Simon Kersey
  • Date: 2010-09-24 22:07:10 UTC
  • mto: This revision was merged to the branch mainline in revision 486.
  • Revision ID: simon.kersey@ipl.com-20100924220710-e553phw3s13soei0
Fix exception when working tree browser undocked and show log clicked

Show diffs side-by-side

added added

removed removed

Lines of Context:
196
196
            self._do_view_action, self.ui.action_Browse,
197
197
            gettext("Working Tree"))
198
198
        self.addDockWidget(QtCore.Qt.RightDockWidgetArea, self._wt_browser)
 
199
        # Set up windows array used by QBzr TreeWidget when working tree
 
200
        # browser is undocked
 
201
        self._wt_browser.windows = self.windows
199
202
 
200
203
        # Load the bookmarks and tools menus
201
204
        self.init_hats()