[Uml-devel] branches/work/isi-umbrello/umbrello/umbrello
Caroline Bourdeu d'Aguerre
cbda at free.fr
Thu Feb 15 11:54:36 UTC 2007
SVN commit 633801 by bourdeu:
Fix an error on the load from XMI for the signals widgets.
M +1 -1 widget_factory.cpp
--- branches/work/isi-umbrello/umbrello/umbrello/widget_factory.cpp #633800:633801
@@ -193,7 +193,7 @@
widget = new EndOfLifeWidget(view, NULL, Uml::id_Reserved);
} else if (tag == "combinedFragmentwidget") {
widget = new CombinedFragmentWidget(view, CombinedFragmentWidget::Ref, Uml::id_Reserved);
- } else if (tag == "signalwidget ") {
+ } else if (tag == "signalwidget") {
widget = new SignalWidget(view, SignalWidget::Send, Uml::id_Reserved);
}
} else {
More information about the umbrello-devel
mailing list