Fixes namechanges caused by api change

This commit is contained in:
Jaime van Kessel 2015-09-02 13:50:04 +02:00
parent 0daf2301a7
commit a9208ccf3f
2 changed files with 3 additions and 3 deletions

View file

@ -133,7 +133,7 @@ Rectangle
if(model.getItem(i).name == UM.MachineManager.activeProfile)
return i;
}
UM.MachineManager.setActiveProfile(model.getItem(0).name)
return 0;
}
}