GNOME Bugzilla – Bug 699001
bytesicon: don't use g_object_unref() on GBytes
Last modified: 2013-04-27 10:46:25 UTC
See patch
Created attachment 242624 [details] [review] bytesicon: don't use g_object_unref() on GBytes We need to use g_bytes_unref()
Review of attachment 242624 [details] [review]: lol. Lars caught this while reviewing it but didn't write it down so I forgot about it. It's a consequence of GBytesIcon starting life as a copy/paste of GFileIcon (where GFile is a GObject). Please commit.
Attachment 242624 [details] pushed as 706e636 - bytesicon: don't use g_object_unref() on GBytes