mirror of
https://github.com/libretro/snes9x.git
synced 2024-12-04 15:16:54 +00:00
Gtk: Still use theme icon if available.
This commit is contained in:
parent
4c3d043880
commit
6d1d0ab121
@ -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");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user