From kde-commits Sat Apr 21 17:55:38 2007 From: Maks Orlovich Date: Sat, 21 Apr 2007 17:55:38 +0000 To: kde-commits Subject: branches/KDE/3.5/kdelibs/khtml/html Message-Id: <1177178138.831936.9945.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=117717814700391 SVN commit 656558 by orlovich: Don't crash on submitting still looks kinda broken, but I'd need pmax's help to fix it up... M +1 -1 html_formimpl.cpp --- branches/KDE/3.5/kdelibs/khtml/html/html_formimpl.cpp #656557:656558 @@ -2514,7 +2514,7 @@ encoded_values += enc_name; // pop up the fancy certificate creation dialog here - KSSLKeyGen* const kg = new KSSLKeyGen(static_cast(m_render)->widget(), "Key Generator", true); + KSSLKeyGen* const kg = new KSSLKeyGen(getDocument()->view(), "Key Generator", true); kg->setKeySize(0); successful = (QDialog::Accepted == kg->exec());