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

(-)xfce-mcs-plugins-4.4.0.orig/plugins/ui_plugin/ui_plugin.c (-1 / +1 lines)
Lines 395-401 Link Here
395
395
396
            xfce_rc_set_group(themefile, "Icon Theme");
396
            xfce_rc_set_group(themefile, "Icon Theme");
397
397
398
            if(strcmp(xfce_rc_read_entry(themefile, "Hidden", "false"), "true") == 0)
398
            if(! xfce_rc_has_entry(themefile, "Directories") || (strcmp(xfce_rc_read_entry(themefile, "Hidden", "false"), "true") == 0))
399
            {
399
            {
400
                xfce_rc_close(themefile);
400
                xfce_rc_close(themefile);
401
                continue;
401
                continue;

Return to bug 167180