[Marble-commits] KDE/kdeedu/marble/src/lib
Patrick Spendrin
ps_ml at gmx.de
Sat Jul 11 17:16:57 CEST 2009
SVN commit 994859 by sengels:
break if you have found the package to unload
M +1 -0 PlacemarkManager.cpp
--- trunk/KDE/kdeedu/marble/src/lib/PlacemarkManager.cpp #994858:994859
@@ -177,6 +177,7 @@
{
if( toRegularName( nkey ) == toRegularName( d->m_fileViewModel->data(d->m_fileViewModel->index(i, 0)).toString() ) ) {
d->m_fileViewModel->remove(d->m_fileViewModel->index(i, 0));
+ break;
}
};
}
More information about the Marble-commits
mailing list