GNOME Bugzilla – Bug 350878
GtkIconTheme is not screen safe
Last modified: 2006-08-13 11:20:21 UTC
It's the same problem as #350145. In sidebar attachments page we should use gtk_icon_theme_get_for_screen() instead of get_default().
Created attachment 70707 [details] [review] Patch Here is a patch that fixes it. In addition icon_theme is only used when the document has attachments and the "changed" signal is disconnected when the sidebar page is destroyed. I think it could fix other bugs related to attachments and icon_theme.
Fixed in head, I hope it fixes #340956 #348884 and #351093 too.