/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 gannotate.py

  • Committer: Dan Loda
  • Date: 2005-10-30 05:49:31 UTC
  • mto: (0.1.25 gannotate)
  • mto: This revision was merged to the branch mainline in revision 49.
  • Revision ID: danloda@gmail.com-20051030054931-134d5e106f0ccfa0
Remember window state. This introduces the gannotate.conf configuration file,
written to the bazaar configuration directory

Show diffs side-by-side

added added

removed removed

Lines of Context:
152
152
        vbox.set_border_width(12)
153
153
        vbox.show()
154
154
        
155
 
        pane = gtk.VPaned()
 
155
        self.pane = pane = gtk.VPaned()
156
156
        pane.pack1(self._create_annotate_view(), resize=True, shrink=False)
157
157
        pane.pack2(self._create_log_view(), resize=False, shrink=True)
158
158
        pane.show()