fix history bug during repository selection

This commit is contained in:
Sebastian Sdorra
2012-01-17 08:35:42 +01:00
parent 08cd811f53
commit 2d54bd540e

View File

@@ -301,7 +301,7 @@ Sonia.History.register('repositoryPanel', {
var selected = false;
panel.getGrid().getStore().addListener('load', function(){
if (!selected){
panel.getGrid().selectedById(repoId);
panel.getGrid().selectById(repoId);
selected = true;
}
});