view-not-closed-bug
David Nolden
david.nolden.kdevelop at art-master.de
Fri Apr 7 11:10:10 UTC 2006
I downloaded and compiled the current kdevelop 3.4 svn, and it has a small
very annoing bug, when I close a documentation-tab or -window, just the part
is removed but the window/tab stays as an emty unremovable zombie.
It is fixed with this mini-patch:
Index: partcontroller.cpp
===================================================================
--- partcontroller.cpp (Revision 527194)
+++ partcontroller.cpp (Arbeitskopie)
@@ -909,6 +909,7 @@
}
else if ( !ro_part->closeURL() )
return false;
+ TopLevel::getInstance()->removeView( w );
}
else if ( !ro_part->closeURL() )
return false;
Please tell me if I should mail such things to another place ;)
greetings, David Nolden
More information about the KDevelop-devel
mailing list