summaryrefslogtreecommitdiffstats
path: root/src/ui/interface.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/interface.cpp')
-rw-r--r--src/ui/interface.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/ui/interface.cpp b/src/ui/interface.cpp
index f55179e0f..088419edd 100644
--- a/src/ui/interface.cpp
+++ b/src/ui/interface.cpp
@@ -274,9 +274,6 @@ void sp_ui_reload()
if (GtkSettings *settings = gtk_settings_get_default()) {
Glib::ustring themeiconname = prefs->getString("/theme/iconTheme");
if (themeiconname != "") {
- if (themeiconname == "hicolor") {
- themeiconname = "Adwaita";
- }
g_object_set(settings, "gtk-icon-theme-name", themeiconname.c_str(), NULL);
}
}