[Uml-devel] branches/KDE/3.5/kdesdk/umbrello/umbrello

Oliver Kellogg okellogg at users.sourceforge.net
Thu Dec 21 07:34:55 UTC 2006


SVN commit 615335 by okellogg:

setCurrentView(): Setting to NULL is not an error.

 M  +1 -1      uml.cpp  


--- branches/KDE/3.5/kdesdk/umbrello/umbrello/uml.cpp #615334:615335
@@ -1600,7 +1600,7 @@
         return;
     }
     if (view == NULL) {
-        kError() << "UMLApp::setCurrentView: view is NULL" << endl;
+        kDebug() << "UMLApp::setCurrentView: view is NULL" << endl;
         return;
     }
     if (m_viewStack->id(view) < 0)




More information about the umbrello-devel mailing list