GNOME Bugzilla – Bug 761436
A few misc fixes
Last modified: 2016-02-03 17:25:35 UTC
More work towards removing hardcoded icon path and fixes blurry icon in the about dialog.
Created attachment 320240 [details] [review] window-base: remove unused code
Created attachment 320241 [details] [review] window-base: don't call gtk_window_set_icon_list() This is not needed; the desktop shell will automatically read the icon at the appropriate size from the desktop file.
Created attachment 320242 [details] [review] bijiben: simplify code We don't need to pass an error around here.
Created attachment 320243 [details] [review] bjb-app-menu: use logo-icon-name to add an icon to about dialog This was previously displayed because we were calling gtk_window_set_icon_list(), but that was wrong as it will hardcode a specific resolution to the icon. The correct way to do this is to just use the "logo-icon-name" property of GtkAboutDialog.
Thanks! Attachment 320240 [details] pushed as ff211a9 - window-base: remove unused code Attachment 320241 [details] pushed as 121f0a3 - window-base: don't call gtk_window_set_icon_list() Attachment 320242 [details] pushed as ac78022 - bijiben: simplify code Attachment 320243 [details] pushed as 2544124 - bjb-app-menu: use logo-icon-name to add an icon to about dialog