/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 revbrowser.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:
49
49
        self.treeview.set_property('mainline-only', True)
50
50
 
51
51
        # Construct the dialog
52
 
        self.action_area.pack_end(self._button_select)
 
52
        self.action_area.pack_end(self._button_select, False, False, 0)
53
53
 
54
 
        self.get_content_area().pack_start(self.treeview, True, True)
 
54
        self.get_content_area().pack_start(self.treeview, True, True, 0)
55
55
 
56
56
        # Show the dialog
57
57
        self.show_all()