Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4059 in orxonox.OLD for orxonox/trunk/src/lib


Ignore:
Timestamp:
May 5, 2005, 2:26:30 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: gui now gets called through -g/—gui

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/lib/gui/gui/gui.cc

    r4058 r4059  
    117117#endif /* HAVE_CURL */
    118118
    119   // case start-with-gui.
    120   if (!access(exec->getConfigFile(), F_OK) &&
    121       static_cast<Option*>(orxonoxGUI->findWidgetByName("Always Show this Menu", 0))->value == 0)
    122     GuiExec::startOrxonox(NULL, exec);
    123   else
    124     {
    125       mainloopGUI();
    126     }
    127 
     119  mainloopGUI();
    128120}
    129121
Note: See TracChangeset for help on using the changeset viewer.