/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:
44
44
            self.tree = None
45
45
 
46
46
        self._construct()
 
47
        self._load_threads()
47
48
 
48
49
    def run(self):
49
50
        try:
58
59
                return
59
60
            assert self.branch.nick is not None
60
61
            loom_branch.loomify(self.branch)
61
 
        self._load_threads()
62
62
        return super(LoomDialog, self).run()
63
63
 
64
64
    def _construct(self):