Skip to content

Commit

Permalink
migrated gr:tk:cards to moosex::poe
Browse files Browse the repository at this point in the history
  • Loading branch information
jquelin committed May 28, 2010
1 parent f20a09b commit 6fa814a
Show file tree
Hide file tree
Showing 3 changed files with 253 additions and 260 deletions.
2 changes: 1 addition & 1 deletion lib/Games/Risk/GUI/Board.pm
Expand Up @@ -749,7 +749,7 @@ sub _onpriv_start {
$top->protocol( WM_DELETE_WINDOW => $s->postback('_window_close') );

#-- other window
Games::Risk::Tk::Cards->spawn({parent=>$top});
Games::Risk::Tk::Cards->new({parent=>$top});
Games::Risk::Tk::Continents->new({parent=>$top});
Games::Risk::GUI::MoveArmies->spawn({parent=>$top});

Expand Down

0 comments on commit 6fa814a

Please sign in to comment.