/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 preferences/plugins.py

  • Committer: Curtis Hovey
  • Date: 2012-02-03 22:55:40 UTC
  • mto: This revision was merged to the branch mainline in revision 774.
  • Revision ID: sinzui.is@verizon.net-20120203225540-wg553pau7kjihy2k
Added a smoketest for bzr-handle-patch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
72
72
    def row_selected(self, tv, path=None, tvc=None):
73
73
        if path is None:
74
74
            (path, focus) = tv.get_cursor()
75
 
        if path is None:
76
 
            # The event was fired as the widget was destroyed.
77
 
            return
78
75
        import bzrlib
79
76
        p = bzrlib.plugin.plugins()[self.model[path][0]].module
80
77
        from inspect import getdoc