Skip to content
Snippets Groups Projects
Commit ad8841db authored by inso's avatar inso
Browse files

Fix bug #488

parent f3754403
No related branches found
No related tags found
No related merge requests found
...@@ -83,6 +83,7 @@ class CertificationDialog(QObject): ...@@ -83,6 +83,7 @@ class CertificationDialog(QObject):
:return: :return:
""" """
dialog = cls(app, account, password_asker, QDialog(), Ui_CertificationDialog()) dialog = cls(app, account, password_asker, QDialog(), Ui_CertificationDialog())
if community:
dialog.ui.combo_community.setCurrentText(community.name) dialog.ui.combo_community.setCurrentText(community.name)
dialog.refresh() dialog.refresh()
return dialog.exec() return dialog.exec()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment