Skip to content

Commit

Permalink
fix plugins installation
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbruy committed Oct 8, 2012
1 parent 048a07a commit dff6b84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/plugin_installer/installer_gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@ def pluginTreeClicked(self):
item = self.treePlugins.currentItem()
if not item:
return
key = plugins.keyByUrl(item.toolTip(5))
key = plugins.keyByUrl(item.toolTip(6))
if not key:
return
plugin = plugins.all()[key]
Expand Down

0 comments on commit dff6b84

Please sign in to comment.