mirror of https://github.com/snes9xgit/snes9x.git
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);
|
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");
|
window->set_default_icon_name("snes9x");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue