GNOME Bugzilla – Bug 386283
totem-playlist could use icon-name in cell renderer
Last modified: 2006-12-15 23:11:11 UTC
Instead of loading the icon itself, using icon-name is more convenient and less code.
Created attachment 78443 [details] [review] patch
Less code is always nice :)
* src/totem-playlist.c: (set_playing_icon), (init_columns), (totem_playlist_finalize), (totem_playlist_clear), (totem_playlist_class_init): Just use a named icon in the cell renderer, and fix a missing return value. Bug #386279 and bug #386283.