GNOME Bugzilla – Bug 758378
[PATCH] Use set_default_icon_name.
Last modified: 2016-02-06 10:54:44 UTC
Created attachment 315934 [details] [review] Set default icon (for when app-menu is broken). When there’s no app-menu support, Gtk+ adds a menubutton at the left of the headerbar to present the app’s actions. Gtk.Window.set_default_icon_name() looks necessary to have the app’s icon used there, instead of a completely abstract one.
Well, maybe gtk shoud be fixed instead to retrieve the icon with the same logic used for the app menu... can you file a bug there? Anyway, patch applied, thanks and sorry for the delay.