Miscellany
public text v1 · immutableIndex: kopete/addaccountwizard/addaccountwizard.cpp
===================================================================
--- kopete/addaccountwizard/addaccountwizard.cpp (révision 732251)
+++ kopete/addaccountwizard/addaccountwizard.cpp (copie de travail)
@@ -208,7 +208,7 @@
// if the account wasn't created correctly then leave
if (!account)
{
- return;
+ KAssistantDialog::accept();
}
// Make sure the protocol is correctly enabled. This is not really needed, but still good