Mercurial > hg > RemoteEditor > REPSessionManager
diff rep/SessionManagerGUI.java @ 122:790c8dd42a7b
*** empty log message ***
author | kono |
---|---|
date | Tue, 26 Aug 2008 16:33:47 +0900 (2008-08-26) |
parents | 57a16534ba5a |
children | 8dce4348966c |
line wrap: on
line diff
--- a/rep/SessionManagerGUI.java Tue Aug 26 09:52:08 2008 +0900 +++ b/rep/SessionManagerGUI.java Tue Aug 26 16:33:47 2008 +0900 @@ -58,7 +58,7 @@ public void addREPActionListener(REPActionListener listener) { // TODO Auto-generated method stub - rp.REPActionListener(listener); + rp.addREPActionListener(listener); } public void setComboSession(int sessionID, String string) { @@ -66,4 +66,5 @@ rp.setComboSession(sessionID, string); rp.setTableSession(sessionID, string); } + } \ No newline at end of file