[Summary] Removing hot fix Grigory made a time ago.

This commit is contained in:
Valeriy Kamyshniy 2015-02-17 23:43:55 +02:00
parent f48d821346
commit 6df532f9b0

View file

@ -1098,9 +1098,7 @@ Locations::set_state (const XMLNode& node, int version)
loc = *i;
// changed locations will be updated by Locations::changed signal
loc->set_block_change_notifications (true);
loc->set_state (**niter, version);
loc->set_block_change_notifications (false);
} else {
loc = new Location (_session, **niter);
}