[Uml-devel] branches/KDE/3.5/kdesdk/umbrello/umbrello
Oliver Kellogg
okellogg at users.sourceforge.net
Wed Sep 13 21:27:56 UTC 2006
SVN commit 583964 by okellogg:
removeUMLObject(): Remove excess sigObjectRemoved() which was the source of
crashes such as described at
http://sourceforge.net/mailarchive/forum.php?thread_id=30502310&forum_id=472
M +0 -1 umldoc.cpp
--- branches/KDE/3.5/kdesdk/umbrello/umbrello/umldoc.cpp #583963:583964
@@ -1189,7 +1189,6 @@
<< endl;
return;
}
- emit sigObjectRemoved(umlobject);
if (type == ot_Operation) {
parent->removeOperation(static_cast<UMLOperation*>(umlobject));
} else if (type == ot_EnumLiteral) {
More information about the umbrello-devel
mailing list