Skip to content

Commit

Permalink
update plugin installer for new API
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@9240 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Sep 1, 2008
1 parent 53e6f78 commit bc5d337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/plugin_installer/installer_plugin.py
Expand Up @@ -43,5 +43,5 @@ def unload(self):
def run(self):
# create and show a configuration dialog
flags = Qt.WindowTitleHint | Qt.WindowSystemMenuHint | Qt.WindowMaximizeButtonHint
self.gui = InstallerPluginGui(self.iface.getMainWindow(),flags)
self.gui = InstallerPluginGui(self.iface.mainWindow(),flags)
self.gui.show()

0 comments on commit bc5d337

Please sign in to comment.