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:
parent
893ab11dd0
commit
b8981e28cf
2 changed files with 5 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue