Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7204 in orxonox.OLD for branches/std/src/lib/gui


Ignore:
Timestamp:
Mar 9, 2006, 6:10:22 PM (18 years ago)
Author:
bensch
Message:

small bug… more to come :/

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/std/src/lib/gui/gtk_gui/gui_exec.cc

    r7203 r7204  
    166166void GuiExec::setConfFile(const char* fileName)
    167167{
    168   if (!this->confDir.empty())
     168  if (this->confDir.empty())
    169169    this->setConfDir("~/");
    170170  this->confFile = this->confDir + "/" + fileName;
Note: See TracChangeset for help on using the changeset viewer.