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

  • Committer: Jelmer Vernooij
  • Date: 2008-07-31 01:11:43 UTC
  • mto: (580.2.1 gtk.gloom)
  • mto: This revision was merged to the branch mainline in revision 581.
  • Revision ID: jelmer@samba.org-20080731011143-5psmig13676a5dmc
Update FIXME, add news entry.

Show diffs side-by-side

added added

removed removed

Lines of Context:
86
86
        hbox.show_all()
87
87
        self.vbox.pack_start(hbox)
88
88
 
89
 
        # Buttons: combine-thread, export-loom, revert-loom, up-thread
 
89
        # FIXME: Buttons: combine-thread, revert-loom, record
90
90
        self.set_default_size(500, 350)
91
91
 
92
92
    def _on_view_thread(self, treeview):