Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3316 in orxonox.OLD


Ignore:
Timestamp:
Jan 3, 2005, 12:16:16 PM (19 years ago)
Author:
bensch
Message:

orxonox/branches/updater: gtk-assertion-error-FIX. (lazy)

Location:
orxonox/branches/updater/src/gui
Files:
2 edited

Legend:

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

    r3315 r3316  
    6262#ifdef HAVE_GTK2
    6363  this->quit->connectSignal("clicked", this, OrxonoxGuiExec::quitOrxonox);
     64  //  Window::mainWindow->connectSignal("remove", this, OrxonoxGuiExec::quitOrxonox);
    6465  Window::mainWindow->connectSignal("destroy", this, OrxonoxGuiExec::quitOrxonox);
    65   //! orxonoxGUI->connectSignal("delete_event", this, OrxonoxGuiExec::quitOrxonox); \todo fix this to work.
    6666#endif /* HAVE_GTK2 */
    6767  this->execBox->fill(this->quit);
  • orxonox/branches/updater/src/gui/orxonox_gui_gtk.cc

    r3315 r3316  
    699699  else
    700700    PRINTF(3)("deleting the Window.\n");
    701 
    702   this->hide();
     701  //  this->hide();
    703702  static_cast<Container*>(this)->destroy();
    704703 
Note: See TracChangeset for help on using the changeset viewer.