[rkward-cvs] SF.net SVN: rkward: [1313] trunk/rkward/rkward/windows/ detachedwindowcontainer.cpp
tfry at users.sourceforge.net
tfry at users.sourceforge.net
Mon Feb 5 00:53:03 UTC 2007
Revision: 1313
http://svn.sourceforge.net/rkward/?rev=1313&view=rev
Author: tfry
Date: 2007-02-04 16:53:02 -0800 (Sun, 04 Feb 2007)
Log Message:
-----------
Add comment
Modified Paths:
--------------
trunk/rkward/rkward/windows/detachedwindowcontainer.cpp
Modified: trunk/rkward/rkward/windows/detachedwindowcontainer.cpp
===================================================================
--- trunk/rkward/rkward/windows/detachedwindowcontainer.cpp 2007-02-05 00:24:31 UTC (rev 1312)
+++ trunk/rkward/rkward/windows/detachedwindowcontainer.cpp 2007-02-05 00:53:02 UTC (rev 1313)
@@ -28,6 +28,7 @@
#include "../rkglobals.h"
#include "../debug.h"
+/* Warning! Do not pass a parent widget to the KParts::MainWindow. Otherwise there will be strange crahes while removing the KXMLGUIClients! (In this case: Open a help window, and detach it. Open another help window attached. Close the detached one, then close the attached one -> crash; KDE 3.5.5) */
DetachedWindowContainer::DetachedWindowContainer (RKMDIWindow *widget_to_capture) : KParts::MainWindow () {
RK_TRACE (APP);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the rkward-tracker
mailing list