/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-04 14:04:39 UTC
  • mfrom: (772.1.4 notify-gtk-import)
  • Revision ID: sinzui.is@verizon.net-20120204140439-qugdk12obm4r0pfy
Merged bzr-notify gtk3 fix.

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
75
78
        import bzrlib
76
79
        p = bzrlib.plugin.plugins()[self.model[path][0]].module
77
80
        from inspect import getdoc