view-not-closed-bug
Jens Dagerbo
jens.dagerbo at gmail.com
Fri Apr 7 11:33:33 UTC 2006
Hi!
Cool! That's been annoying me as well. Been meaning to track it down,
but.. looks like you beat me to it! :) I'll test your patch when I get
home...
And this is exactly the right place to send patches. If there exists a
bug report for a particular problem, attaching a patch to the report
works too.
// jens
On 4/7/06, David Nolden <david.nolden.kdevelop at art-master.de> wrote:
> 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
>
> _______________________________________________
> KDevelop-devel mailing list
> KDevelop-devel at barney.cs.uni-potsdam.de
> http://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop-devel
>
More information about the KDevelop-devel
mailing list