+Fri May 30 23:01:57 2008 Søren Sandmann <sandmann@redhat.com>
+ + * gnome-wp-item.c (set_bg_properties): Update to match API change + in libgnome-desktop. + svn path=/trunk/; revision=8734
This commit is contained in:
parent
0b7371155f
commit
2140bc90be
3 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
Fri May 30 23:01:57 2008 Søren Sandmann <sandmann@redhat.com>
|
||||
|
||||
* gnome-wp-item.c (set_bg_properties): Update to match API change
|
||||
in libgnome-desktop.
|
||||
|
||||
2008-05-24 Jens Granseuer <jensgr@gmx.net>
|
||||
|
||||
* theme-util.c: (theme_is_writable), (theme_delete): expect
|
||||
|
|
|
@ -69,7 +69,7 @@ GnomeBGColorType wp_item_string_to_shading (const gchar *shade_type)
|
|||
static void set_bg_properties (GnomeWPItem *item)
|
||||
{
|
||||
if (item->filename)
|
||||
gnome_bg_set_uri (item->bg, item->filename);
|
||||
gnome_bg_set_filename (item->bg, item->filename);
|
||||
|
||||
gnome_bg_set_color (item->bg, item->shade_type, item->pcolor, item->scolor);
|
||||
gnome_bg_set_placement (item->bg, item->options);
|
||||
|
|
|
@ -96,7 +96,7 @@ COMMON_MODULES="gtk+-2.0 >= 2.11.6 dnl
|
|||
libglade-2.0 >= 2.0.0 dnl
|
||||
libbonobo-2.0 dnl
|
||||
libbonoboui-2.0 dnl
|
||||
gnome-desktop-2.0 >= 2.21.4"
|
||||
gnome-desktop-2.0 >= 2.23.3"
|
||||
PKG_CHECK_MODULES(LIBSLAB, $COMMON_MODULES gnome-desktop-2.0 librsvg-2.0 libgnome-menu pango eel-2.0)
|
||||
PKG_CHECK_MODULES(CAPPLET, $COMMON_MODULES)
|
||||
PKG_CHECK_MODULES(GNOMECC, $COMMON_MODULES libgnome-menu >= 2.10.1 libpanelapplet-2.0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue