[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/KDE/3.5/kdelibs/kio/kpasswdserver
From:       Andre Duffeck <andre () duffeck ! de>
Date:       2008-08-19 9:08:56
Message-ID: 1219136936.240801.26660.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 849216 by duffeck:

Fix the authentication-dialogue being put behind the application's window.
BUG:121803


 M  +1 -1      kpasswdserver.cpp  


--- branches/KDE/3.5/kdelibs/kio/kpasswdserver/kpasswdserver.cpp #849215:849216
@@ -344,7 +344,7 @@
         {
            QString prompt = request->errorMsg;
            prompt += i18n("  Do you want to retry?");
-           int dlgResult = KMessageBox::warningContinueCancel(0, prompt,
+           int dlgResult = KMessageBox::warningContinueCancelWId(request->windowId, prompt,
                            i18n("Authentication"), i18n("Retry"));
            if (dlgResult != KMessageBox::Continue)
               askPw = false;
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic