background: Add emblem for slideshow previews

Though for some reason the icon ends up being tiny...
This commit is contained in:
Bastien Nocera 2010-12-14 20:29:33 +00:00
parent f48054ccf1
commit 035126a970
10 changed files with 156 additions and 56 deletions

View file

@ -81,7 +81,7 @@ bg_colors_source_init (BgColorsSource *self)
for (c = colors, n = color_names; *c; c++, n++)
{
GnomeWPItem *item;
GdkPixbuf *pixbuf;
GIcon *pixbuf;
GdkColor color;
item = g_new0 (GnomeWPItem, 1);