1
0
mirror of https://github.com/oliverschmidt/contiki.git synced 2025-04-30 02:37:53 +00:00

only show error dialog when visualized

This commit is contained in:
Fredrik Osterlind 2011-02-11 15:46:50 +01:00
parent 1c86e7d6f3
commit 5888786183

@ -420,8 +420,8 @@ public class GUI extends Observable {
"To manage COOJA projects:\n" +
"Menu->Settings->COOJA projects",
"Reconfigure COOJA projects", JOptionPane.INFORMATION_MESSAGE);
showErrorDialog(getTopParentContainer(), "COOJA projects load error", e, false);
}
showErrorDialog(getTopParentContainer(), "COOJA projects load error", e, false);
}
// Start all standard GUI plugins