Problem which VCS plugins when closing a project
Robert Gruber
R.Gruber at gmx.net
Fri Dec 8 22:57:52 UTC 2006
Hello,
I truly think this should be fixed for KDevelop 3.4
As told, I can only offer a workaround. If nobody has a better solution and there are no objections against it, I would like to commit this workaround in order to make the cvs part fully functionable for KDevelop-3.4. But we should bare in mind to fix this in KDevelop4.
Regards, Robert
-------- Original-Nachricht --------
Datum: Sun, 03 Dec 2006 19:44:41 +0100
Von: "Robert Gruber" <R.Gruber at gmx.net>
An: kdevelop-devel at barney.cs.uni-potsdam.de
Betreff: Problem which VCS plugins when closing a project
>
>
> Unfortunalty I have no idea how to fix this :-(
>
> Best regards,
> Robert
>
>
> BTW:
> For my local copy I've added a call to slotProjectClosed() to
> CvsServicePart's destructor. That way the settings will be stored even
> if the plugin gets removed before the signal reaches it.
>
> ------ cut -------
> Index: cvspart.cpp
> ===================================================================
> --- cvspart.cpp (Revision 610182)
> +++ cvspart.cpp (Arbeitskopie)
> @@ -106,6 +106,8 @@
>
> CvsServicePart::~CvsServicePart()
> {
> + slotProjectClosed();
> +
> delete m_cvsConfigurationForm;
> delete m_impl;
> }
> ------ cut -------
>
>
>
>
>
>
>
--
Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen!
Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer
More information about the KDevelop-devel
mailing list