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

(-)kwin-decor-suse2-0.3.5_orig/src/SUSE2.cpp (-1 / +1 lines)
Lines 182-188 Link Here
182
    m_iBgColor = config.readColorEntry("IBgColor", &ibgcolor);
182
    m_iBgColor = config.readColorEntry("IBgColor", &ibgcolor);
183
    m_iconShadow = config.readBoolEntry("IconShadow", false);
183
    m_iconShadow = config.readBoolEntry("IconShadow", false);
184
184
185
    m_titleLogo      = config.readBoolEntry("TitleBarLogo", true);
185
    m_titleLogo      = config.readBoolEntry("TitleBarLogo", false);
186
    m_titleLogoOffset = config.readNumEntry("TitleBarLogoOffset", 3);
186
    m_titleLogoOffset = config.readNumEntry("TitleBarLogoOffset", 3);
187
    m_titleLogoURL   = config.readEntry("TitleBarLogoURL", locate("data", "kwin/pics/titlebar_decor.png"));
187
    m_titleLogoURL   = config.readEntry("TitleBarLogoURL", locate("data", "kwin/pics/titlebar_decor.png"));
188
}
188
}

Return to bug 146992