/b-gtk/fix-viz

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/b-gtk/fix-viz

« back to all changes in this revision

Viewing changes to viz/branchwin.py

  • Committer: Curtis Hovey
  • Date: 2011-09-08 03:11:06 UTC
  • mto: This revision was merged to the branch mainline in revision 741.
  • Revision ID: sinzui.is@verizon.net-20110908031106-c0s7grzmctdyghcm
Fixed packing args.

Show diffs side-by-side

added added

removed removed

Lines of Context:
568
568
        old = self.paned
569
569
        self.vbox.remove(old)
570
570
        self.vbox.pack_start(
571
 
            self.construct_paned(), True, True, True, 0)
 
571
            self.construct_paned(), True, True, 0)
572
572
        self._make_diff_paned_nonzero_size()
573
573
        self._make_diff_nonzero_size()
574
574