Skip to content

Commit

Permalink
[Plugin Installer] Follow up 619558d
Browse files Browse the repository at this point in the history
  • Loading branch information
borysiasty committed Jun 29, 2013
1 parent 49e5c8f commit 4af8946
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/pyplugin_installer/installer.py
Expand Up @@ -418,6 +418,7 @@ def uninstallPlugin(self, key, quiet=False):
def addRepository(self):
""" add new repository connection """
dlg = QgsPluginInstallerRepositoryDialog( iface.mainWindow() )
dlg.editParams.setText(repositories.urlParams())
dlg.checkBoxEnabled.setCheckState(Qt.Checked)
if not dlg.exec_():
return
Expand Down

0 comments on commit 4af8946

Please sign in to comment.