View | Details | Raw Unified | Return to bug 104113
Collapse All | Expand All

(-)dialogs.ycp (-1 / +1 lines)
Lines 2316-2322 Link Here
2316
            "home": new_home,
2316
            "home": new_home,
2317
            "shell": new_shell,
2317
            "shell": new_shell,
2318
            "skel": new_skel,
2318
            "skel": new_skel,
2319
            "group": sformat ("%1", g["gidnumber"]:gid),
2319
            "group": sformat ("%1", GetInt (g["gidnumber"]:nil, gid)),
2320
            "inactive": sformat("%1", new_inact),
2320
            "inactive": sformat("%1", new_inact),
2321
            "expire": new_expire,
2321
            "expire": new_expire,
2322
	    "groups": new_grouplist
2322
	    "groups": new_grouplist

Return to bug 104113