From kde-commits Sat Jun 30 19:23:27 2001 From: CVS by hausmann Date: Sat, 30 Jun 2001 19:23:27 +0000 To: kde-commits Subject: kdebase/konqueror X-MARC-Message: https://marc.info/?l=kde-commits&m=99394391604863 kdebase/konqueror konq_frame.cc,1.130,1.131 Author: hausmann Sat Jun 30 19:23:17 UTC 2001 Modified Files: konq_frame.cc Log Message: - don't confuse javascript with pre-defined frame names instead of just an empty name - m_pPart = factory.create( this, "view widget", 0, "child view" ); + m_pPart = factory.create( this, "view widget", 0, "" );