Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 261682
Collapse All | Expand All

(-)app.cpp (-1 / +1 lines)
Lines 51-61 Link Here
51
                    case Panel::Suspend:
51
                    case Panel::Suspend:
52
                    case Panel::Halt:
52
                    case Panel::Halt:
53
                    case Panel::Reboot:
53
                    case Panel::Reboot:
54
                    case Panel::Exit:
54
                        resp[i]->resp=strdup("root");
55
                        resp[i]->resp=strdup("root");
55
                        break;
56
                        break;
56
57
57
                    case Panel::Console:
58
                    case Panel::Console:
58
                    case Panel::Exit:
59
                    case Panel::Login:
59
                    case Panel::Login:
60
                        resp[i]->resp=strdup(panel->GetName().c_str());
60
                        resp[i]->resp=strdup(panel->GetName().c_str());
61
                        break;
61
                        break;

Return to bug 261682