[Libreoffice-commits] core.git: vcl/source

Bjoern Michaelsen bjoern.michaelsen at canonical.com
Sat Feb 27 13:51:31 UTC 2016


 vcl/source/app/IconThemeSelector.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c0da1080b61a1d51654fc34fdaeba373226065ff
Author: Bjoern Michaelsen <bjoern.michaelsen at canonical.com>
Date:   Sat Feb 27 14:30:01 2016 +0100

    lp#1506544 tdf#92458: default to breeze theme on unity desktops
    
    Change-Id: I1e0e10d1561e32c5904e0e7352e914bb62b85363

diff --git a/vcl/source/app/IconThemeSelector.cxx b/vcl/source/app/IconThemeSelector.cxx
index fb73155..5948856 100644
--- a/vcl/source/app/IconThemeSelector.cxx
+++ b/vcl/source/app/IconThemeSelector.cxx
@@ -66,7 +66,7 @@ IconThemeSelector::GetIconThemeForDesktopEnvironment(const OUString& desktopEnvi
         r = "breeze";
     }
     else if ( desktopEnvironment.equalsIgnoreAsciiCase("unity") ) {
-        r = "human";
+        r = "breeze";
     }
     else {
         r = FALLBACK_ICON_THEME_ID;


More information about the Libreoffice-commits mailing list