--- app.cpp 2008-09-26 02:54:15.000000000 +0200 +++ app.cpp-orig 2009-03-08 13:55:56.000000000 +0100 @@ -51,11 +51,11 @@ case Panel::Suspend: case Panel::Halt: case Panel::Reboot: + case Panel::Exit: resp[i]->resp=strdup("root"); break; case Panel::Console: - case Panel::Exit: case Panel::Login: resp[i]->resp=strdup(panel->GetName().c_str()); break;