GNOME Bugzilla – Bug 675986
Fix unsetting of the play icon in the main treeview
Last modified: 2012-05-14 14:07:17 UTC
When trying to unset the "play" icon for the GtkCellRendererPixbuf used in the main treeview, an empty string was used ("") as the name of the stock icon name to use instead of a NULL pointer (which is the default stock icon name used by GtkCellRendererPixbuf). This led to warnings in the console: (sound-juicer:7060): Gtk-CRITICAL **: gtk_icon_set_render_icon_pixbuf: assertion `icon_set != NULL' failed
Created attachment 213967 [details] [review] Fix unsetting of the play icon in the main treeview
Review of attachment 213967 [details] [review]: Good catch.
Attachment 213967 [details] pushed as 00dfe04 - Fix unsetting of the play icon in the main treeview