Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 107526 | Differences between
and this patch

Collapse All | Expand All

(-)slim-1.2.5/switchuser.cpp.orig (-3 lines)
Lines 14-22 Link Here
14
using namespace std;
14
using namespace std;
15
15
16
SwitchUser::SwitchUser(struct passwd *pw, Cfg *c, const string& display)
16
SwitchUser::SwitchUser(struct passwd *pw, Cfg *c, const string& display)
17
    : Pw(pw),
18
      cfg(c),
19
      displayName(display)
20
{
17
{
21
}
18
}
22
19

Return to bug 107526