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

(-)a/src/gui/uithememanager.cpp (+1 lines)
Lines 245-250 QColor UIThemeManager::getColor(const QString &id, const QColor &defaultColor) c Link Here
245
QIcon UIThemeManager::getSystrayIcon() const
245
QIcon UIThemeManager::getSystrayIcon() const
246
{
246
{
247
    const TrayIcon::Style style = Preferences::instance()->trayIconStyle();
247
    const TrayIcon::Style style = Preferences::instance()->trayIconStyle();
248
    QIcon::setFallbackSearchPaths(QIcon::fallbackSearchPaths() << QString::fromUtf8("/usr/share/icons/hicolor"));
248
    switch (style)
249
    switch (style)
249
    {
250
    {
250
#if defined(Q_OS_UNIX)
251
#if defined(Q_OS_UNIX)

Return to bug 911542