Index: /trunk/FACT++/src/Main.h
===================================================================
--- /trunk/FACT++/src/Main.h	(revision 11329)
+++ /trunk/FACT++/src/Main.h	(revision 11330)
@@ -47,5 +47,6 @@
 int Main(const Configuration &conf, bool dummy=false)
 {
-    static T shell(conf.GetName().c_str(), conf.Get<int>("console")!=1);
+    static T shell(conf.GetName().c_str(),
+                   conf.Has("console") ? conf.Get<int>("console")!=1 : 0);
 
     WindowLog &win  = shell.GetStreamIn();
