After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 758378 - [PATCH] Use set_default_icon_name.
[PATCH] Use set_default_icon_name.
Status: RESOLVED FIXED
Product: gnome-clocks
Classification: Applications
Component: general
3.18.x
Other Linux
: Normal normal
: ---
Assigned To: Clocks maintainer(s)
Clocks maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2015-11-20 02:07 UTC by Arnaud B.
Modified: 2016-02-06 10:54 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Set default icon (for when app-menu is broken). (753 bytes, patch)
2015-11-20 02:07 UTC, Arnaud B.
none Details | Review

Description Arnaud B. 2015-11-20 02:07:56 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.
Comment 1 Paolo Borelli 2016-02-06 10:54:44 UTC
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.