[Patch] for dockmainwindow.cpp
Andreas Zehender
zehender at kde.org
Wed Sep 18 08:14:39 BST 2002
Hi!
In KParts::*MainWindow::createShellGUI( bool create )
the assertation assert( d->m_bShellGUIActivated != create );
was added recently.
However, in KParts::DockMainWindow::createShellGUI, m_bShellGUIActivated will
not be set to false even if 'create' is false which caused an assertation
failure if the gui is deactivated and activated again.
The patch fixes this (one missing line).
Andreas
--
--------------------------------------------------
Andreas Zehender, Dipl. Ing. (BA)
Student, 10th semester computer science
http://www.azweb.de
az at azweb.de | zehender at kde.org
--------------------------------------------------
-------------- next part --------------
A non-text attachment was scrubbed...
Name: dockmainwindow.patch
Type: text/x-diff
Size: 559 bytes
Desc: not available
URL: <http://mail.kde.org/pipermail/kde-core-devel/attachments/20020918/2d8045ba/attachment.patch>
More information about the kde-core-devel
mailing list