That's what we should do anyway. Else the whole session thing is wrong as soon as a user swaps the order.
Then, in frontends/Toolbars.C, Toobars::init(), inifFlags of all the toolbars load session for all 'ON' (or all?) toolbars for each dock: add toolbars in order, according to session info We should also change Toolbars::add(name) to Toolbars::add(name, dock, line) and call makeToolbar(tbb, dock, line) so that makeToolbar know whether or not add toolbar break. Bo