All pastes #759660 Raw Edit

Miscellany

public text v1 · immutable
#759660 ·published 2007-11-03 11:57 UTC
rendered paste body
Index: 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