Skip to content
Permalink
Browse files
[Plugin Installer] Follow up 619558d
  • Loading branch information
borysiasty committed Jun 29, 2013
1 parent 49e5c8f commit 4af8946
Showing 1 changed file with 1 addition and 0 deletions.
@@ -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

0 comments on commit 4af8946

Please sign in to comment.