[Uml-devel] kdesdk/umbrello/umbrello
Jonathan Riddell
jr at jriddell.org
Sat Mar 27 13:40:00 UTC 2004
On Tue, Mar 23, 2004 at 02:05:11PM +0100, Oliver Kellogg wrote:
> CVS commit by okellogg:
>
> deleteContents(): Reset m_bLoading after calling removeAllViews().
>
>
> M +1 -0 umldoc.cpp 1.130
>
>
> --- kdesdk/umbrello/umbrello/umldoc.cpp #1.129:1.130
> @@ -390,4 +390,5 @@ void UMLDoc::deleteContents() {
> // addToUndoStack().
> removeAllViews();
> + m_bLoading = false;
> if(objectList.count() > 0) {
> // clear our object list. We do this explicitly since setAutoDelete is false for the objectList now.
What is the advantage in this?
Should it be backported? I see it has been changed since to save and
then load the value of m_bLoading so which one should be backported?
Thanks
Jonathan
More information about the umbrello-devel
mailing list