Kaydet (Commit) d1c8e184 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Help old GCC versions

Change-Id: I17e05a0ca985241030c71e7d08b81c1290ef1bc9
üst cd1c20ea
......@@ -84,7 +84,7 @@ IconThemeSelector::SelectIconThemeForDesktopEnvironment(
}
//if a dark variant is preferred, and we didn't have an exact match, then try our one and only dark theme
if (mPreferredIconTheme.endsWith("_dark") && icon_theme_is_in_installed_themes("breeze_dark", installedThemes)) {
return "breeze_dark";
return OUString("breeze_dark");
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment