Skip to content

Commit b479d4e

Browse files
author
jef
committed
update plugin installer for new API
git-svn-id: http://svn.osgeo.org/qgis/trunk@9240 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent f95f58d commit b479d4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/plugins/plugin_installer/installer_plugin.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@ def unload(self):
4343
def run(self):
4444
# create and show a configuration dialog
4545
flags = Qt.WindowTitleHint | Qt.WindowSystemMenuHint | Qt.WindowMaximizeButtonHint
46-
self.gui = InstallerPluginGui(self.iface.getMainWindow(),flags)
46+
self.gui = InstallerPluginGui(self.iface.mainWindow(),flags)
4747
self.gui.show()

0 commit comments

Comments
 (0)