From 0c90838cef0d75e14097dc66c6b5210eef976029 Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Sun, 20 Aug 2006 13:21:15 +0000 Subject: Made cancel button in register dialog go back to the login dialog and cleaned up two unused states. --- src/gui/register.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/register.cpp') diff --git a/src/gui/register.cpp b/src/gui/register.cpp index 52833aea..8004d30e 100644 --- a/src/gui/register.cpp +++ b/src/gui/register.cpp @@ -119,7 +119,7 @@ RegisterDialog::action(const std::string &eventId, gcn::Widget *widget) { if (eventId == "cancel") { - state = STATE_EXIT; + state = STATE_LOGIN; } else if (eventId == "register") { -- cgit v1.2.3-70-g09d2