~mchaten/gg/0.3

« back to all changes in this revision

Viewing changes to main/client/src/net/sf/goodgame/client/gui/Main.java

  • Committer: mchaten
  • Date: 2009-04-22 07:06:42 UTC
  • Revision ID: mchaten@gmail.com-20090422070642-kiscs52mfrikfbn5
Tags: 0.2b1
Multiple Fixes
Can't cancel out of a new game setup 
Can't have a new game with no name, and all spaces are trimmed out of new names for games
GPL Warnings for admin classes, GUIDispatcher and LoginPanel

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
(C) 2007,2008 yura.net, Michael Chaten
 
2
(C) 2007,2008,2009 yura.net, Michael Chaten
3
3
This file is part of Good Game.
4
4
Good Game is free software; you can redistribute it and/or modify
5
5
it under the terms of the GNU General Public License as published by
285
285
        io.getIncomingConnection().setLobbyList(lobbyList);
286
286
        io.getIncomingConnection().setUserList(userList);
287
287
        io.getIncomingConnection().setFriendsListener(friendsList);
288
 
        gameList.reset();
289
 
        userList.reset();
290
288
    }
291
289
 
292
290
    void connect() {