1
0
Fork 0

disable automatic re-opening of dialogs on re-init; this does currently

not work correctly (forgets the bindings)
This commit is contained in:
mfranz 2005-07-08 16:42:26 +00:00
parent 8d2f921618
commit 18a874f1b2

View file

@ -78,8 +78,8 @@ NewGUI::reinit ()
bind();
// open remembered dialogs again (no nasal generated ones, unfortunately)
for (unsigned int i = 0; i < dlg.size(); i++)
showDialog(dlg[i]);
// for (unsigned int i = 0; i < dlg.size(); i++)
// showDialog(dlg[i]);
}
void