[Pkg-bazaar-commits] ./bzr-gtk/unstable r561: Merge fix for broken plugin descriptions in gpreferences

Jasper Groenewegen colbrac at xs4all.nl
Fri Apr 10 07:44:33 UTC 2009


------------------------------------------------------------
revno: 561
committer: Jasper Groenewegen <colbrac at xs4all.nl>
branch nick: trunk
timestamp: Tue 2008-07-22 21:40:04 +0200
message:
  Merge fix for broken plugin descriptions in gpreferences
modified:
  NEWS
  preferences/plugins.py
    ------------------------------------------------------------
    revno: 560.1.1
    committer: Jasper Groenewegen <colbrac at xs4all.nl>
    branch nick: gpref-fix-LP232191
    timestamp: Mon 2008-07-21 15:50:35 +0200
    message:
      Fix plugin description in gpreferences
    modified:
      preferences/plugins.py
-------------- next part --------------
=== modified file 'NEWS'
--- a/NEWS	2008-07-20 16:29:18 +0000
+++ b/NEWS	2008-07-22 19:40:04 +0000
@@ -50,6 +50,8 @@
 
   * Fixed overflowing labels in bzr vis.  (Scott Scriven)
 
+  * Fix plugin description in gpreferences. (Jasper Groenewegen, #232191)
+
  CHANGES
 
   * Moved notify icon code to separate script. (Jelmer Vernooij)

=== modified file 'preferences/plugins.py'
--- a/preferences/plugins.py	2008-04-02 13:36:55 +0000
+++ b/preferences/plugins.py	2008-07-21 13:50:35 +0000
@@ -67,7 +67,7 @@
 
     def row_selected(self, tv, path, tvc):
         import bzrlib
-        p = bzrlib.plugin.plugins()[self.model[path][0]]
+        p = bzrlib.plugin.plugins()[self.model[path][0]].module
         from inspect import getdoc
 
         for w in self.table.get_children():



More information about the Pkg-bazaar-commits mailing list