background: Last bits of new gnome_bg API porting
https://bugzilla.gnome.org/show_bug.cgi?id=625899
This commit is contained in:
parent
36e9b3b4c2
commit
55a02383f2
2 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue