Added logout with status and without.

git-svn-id: http://svn.igniterealtime.org/svn/repos/spark/trunk@4958 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Derek DeMoro
2006-08-18 03:00:42 +00:00
committed by derek
parent dc58eb5ce4
commit 5a5da35240
4 changed files with 19 additions and 5 deletions

View File

@ -115,7 +115,7 @@ public final class Notifications implements ActionListener, MainWindowListener {
Action logoutAction = new AbstractAction() {
public void actionPerformed(ActionEvent actionEvent) {
SparkManager.getMainWindow().logout();
SparkManager.getMainWindow().logout(false);
}
};