Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 26, 2004, 11:46:20 PM (19 years ago)
Author:
bensch
Message:

orxonox/branches/updater: autoupdate at beginning works partly

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/updater/src/gui/orxonox_gui_update.cc

    r3291 r3298  
    4040{
    4141  this->getSystemInfo();
    42 #ifdef HAVE_CURL
    43   this->checkForUpdates();
    44 #endif /* HAVE_CURL */
    4542
    4643  this->updateFrame = new Frame ("Update-Options:");
     
    113110  updateFileInfo.fileName = "update_info";
    114111  updateFileInfo.webRoot = "http://www.orxonox.ethz.ch/files/data";
    115   updateFileInfo.localRoot = tmpDir;
     112  updateFileInfo.localRoot = this->tmpDir;
    116113 
    117114  download(&updateFileInfo);
Note: See TracChangeset for help on using the changeset viewer.