From 18a874f1b28bd31c467f18e4cab107ae3df69d1a Mon Sep 17 00:00:00 2001 From: mfranz Date: Fri, 8 Jul 2005 16:42:26 +0000 Subject: [PATCH] disable automatic re-opening of dialogs on re-init; this does currently not work correctly (forgets the bindings) --- src/GUI/new_gui.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/GUI/new_gui.cxx b/src/GUI/new_gui.cxx index a91306584..c9edfd915 100644 --- a/src/GUI/new_gui.cxx +++ b/src/GUI/new_gui.cxx @@ -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 -- 2.39.5