update for changes in thumbnailer API

2007-06-06  Jens Granseuer  <jensgr@gmx.net>

	* theme-thumbnailer.c: (main): update for changes in thumbnailer API

svn path=/trunk/; revision=7702
This commit is contained in:
Jens Granseuer 2007-06-06 16:26:09 +00:00 committed by Jens Granseuer
parent 893ab11dd0
commit b8981e28cf
2 changed files with 5 additions and 2 deletions

View file

@ -1,3 +1,7 @@
2007-06-06 Jens Granseuer <jensgr@gmx.net>
* theme-thumbnailer.c: (main): update for changes in thumbnailer API
2007-05-19 Sebastien Bacher <seb128@ubuntu.com>
* themus-theme-applier.desktop.in.in: use OnlyShowIn=; so the item is

View file

@ -141,8 +141,7 @@ main(int argc, char **argv)
gnome_vfs_uri_unref (uri);
if (theme) {
pixbuf = generate_theme_thumbnail (theme, TRUE);
pixbuf = generate_theme_thumbnail (theme);
save_pixbuf(pixbuf, argv[2]);
gdk_pixbuf_unref(pixbuf);
}