From 6d1d0ab121875d10622ef599e4e3425308f6cf88 Mon Sep 17 00:00:00 2001 From: BearOso Date: Sun, 23 Aug 2020 17:47:27 -0500 Subject: [PATCH] Gtk: Still use theme icon if available. --- gtk/src/gtk_s9xwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/src/gtk_s9xwindow.cpp b/gtk/src/gtk_s9xwindow.cpp index 519c0926..52b8ec37 100644 --- a/gtk/src/gtk_s9xwindow.cpp +++ b/gtk/src/gtk_s9xwindow.cpp @@ -80,7 +80,7 @@ Snes9xWindow::Snes9xWindow(Snes9xConfig *config) snes9x_preferences_create(config); - if (0 && Gtk::IconTheme::get_default()->has_icon("snes9x")) + if (Gtk::IconTheme::get_default()->has_icon("snes9x")) { window->set_default_icon_name("snes9x"); }