background: Last bits of new gnome_bg API porting

https://bugzilla.gnome.org/show_bug.cgi?id=625899
This commit is contained in:
Tomas Bzatek 2010-11-08 13:48:16 +01:00 committed by Rodrigo Moya
parent 36e9b3b4c2
commit 55a02383f2
2 changed files with 2 additions and 2 deletions

View file

@ -93,7 +93,7 @@ bg_colors_source_init (BgColorsSource *self)
item->pcolor = gdk_color_copy (&color);
item->scolor = gdk_color_copy (&color);
item->shade_type = GNOME_BG_COLOR_SOLID;
item->shade_type = G_DESKTOP_BACKGROUND_SHADING_SOLID;
gnome_wp_item_ensure_gnome_bg (item);

View file

@ -104,7 +104,7 @@ _view_items_added_cb (SwClientItemView *item_view,
item->pcolor = gdk_color_copy (&color);
item->scolor = gdk_color_copy (&color);
item->shade_type = GNOME_BG_COLOR_SOLID;
item->shade_type = G_DESKTOP_BACKGROUND_SHADING_SOLID;
gnome_wp_item_ensure_gnome_bg (item);