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

Collapse All | Expand All

(-)kcontrol/kfontinst/dbus/FontInst.cpp.orig (-2 / +2 lines)
Lines 391-398 Link Here
391
            args["files"] = files;
391
            args["files"] = files;
392
            args["toSystem"] = toSystem;
392
            args["toSystem"] = toSystem;
393
            args["dest"] = theFolders[toSystem ? FOLDER_SYS : FOLDER_USER].location();
393
            args["dest"] = theFolders[toSystem ? FOLDER_SYS : FOLDER_USER].location();
394
            args["uid"] = getuid();
394
            args["uid"] = (int) getuid();
395
            args["gid"] = getgid();
395
            args["gid"] = (int) getgid();
396
            int result=performAction(args);
396
            int result=performAction(args);
397
397
398
            if(STATUS_OK==result)
398
            if(STATUS_OK==result)

Return to bug 328059