Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4069 in orxonox.OLD


Ignore:
Timestamp:
May 5, 2005, 10:37:39 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk/gui: now options get loaded in the right Way

File:
1 edited

Legend:

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

    r4068 r4069  
    14741474  this->cValue = new char [strlen(newValue)+1];
    14751475  strcpy(this->cValue, newValue);
    1476 #ifdef HAVE_GTK2
    1477   gtk_label_set_text(GTK_LABEL(this->widget), newValue);
    1478 #endif /* HAVE_GTK2 */
     1476
     1477  this->redraw();
    14791478}
    14801479
     
    14851484{
    14861485#ifdef HAVE_GTK2
    1487   gtk_label_set_text(GTK_LABEL(widget), title);
     1486  gtk_label_set_text(GTK_LABEL(widget), cValue);
    14881487#endif /* HAVE_GTK2 */
    14891488}
Note: See TracChangeset for help on using the changeset viewer.