Add Patch from Phenom:

Fix return to GenCertDialog when RsAccounts::GenerateSSLCertificate failed (if you enter a false password).
Now, directly abort.
And order tab stop.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7389 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2014-05-29 15:09:49 +00:00
parent e65f73a44d
commit 2ae9f2d50d
2 changed files with 29 additions and 19 deletions

View File

@ -464,8 +464,9 @@ void GenCertDialog::genPerson()
{
/* Message Dialog */
QMessageBox::warning(this,
tr("Generate ID Failure"),
tr("Failed to Generate your new Certificate, maybe PGP password is wrong!"),
QMessageBox::Ok);
}
}
tr("Generate ID Failure"),
tr("Failed to Generate your new Certificate, maybe PGP password is wrong!"),
QMessageBox::Ok);
reject();
}
}

View File

@ -3,13 +3,13 @@
<class>GenCertDialog</class>
<widget class="QDialog" name="GenCertDialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>677</width>
<height>509</height>
</rect>
</property>
<rect>
<x>0</x>
<y>0</y>
<width>784</width>
<height>509</height>
</rect>
</property>
<property name="windowTitle">
<string>Create new Profile</string>
</property>
@ -462,13 +462,22 @@ anonymous, you can use a fake email.</string>
</customwidget>
</customwidgets>
<tabstops>
<tabstop>genPGPuser</tabstop>
<tabstop>name_input</tabstop>
<tabstop>email_input</tabstop>
<tabstop>location_input</tabstop>
</tabstops>
<resources>
<include location="images.qrc"/>
<tabstop>genPGPuser</tabstop>
<tabstop>name_input</tabstop>
<tabstop>email_input</tabstop>
<tabstop>password_input</tabstop>
<tabstop>password_input_2</tabstop>
<tabstop>location_input</tabstop>
<tabstop>hiddenaddr_input</tabstop>
<tabstop>hiddenport_spinBox</tabstop>
<tabstop>genButton</tabstop>
<tabstop>new_gpg_key_checkbox</tabstop>
<tabstop>hidden_checkbox</tabstop>
<tabstop>importIdentity_PB</tabstop>
<tabstop>exportIdentity_PB</tabstop>
</tabstops>
<resources>
<include location="images.qrc"/>
</resources>
<connections/>
</ui>