Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 30, 2006, 6:42:08 PM (18 years ago)
Author:
bensch
Message:

gui: \fixed a bug when clicking a Widget

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/gui/src/story_entities/simple_game_menu.cc

    r7985 r7988  
    8989  dnpb->show();
    9090  dnpb->setAbsCoor2D(350, 50);
    91   dnpb->connectSignal(OrxGui::Signal_release, this, createExecutor<SimpleGameMenu>(&SimpleGameMenu::execURL));
     91
    9292
    9393  OrxGui::GLGuiPushButton* rdnpb = new OrxGui::GLGuiPushButton("Quit ORXONOX!!");
    9494  rdnpb->show();
    9595  rdnpb->setAbsCoor2D(200, 180);
    96   rdnpb->connectSignal(OrxGui::Signal_release, this, SLOT(SimpleGameMenu, quitMenu));
     96  rdnpb->connect(SIGNAL(rdnpb, released), this, SLOT(SimpleGameMenu, quitMenu));
    9797
    9898  OrxGui::GLGuiInputLine* input = new OrxGui::GLGuiInputLine();
Note: See TracChangeset for help on using the changeset viewer.