GNOME Bugzilla – Bug 143790
Thumbnailing scripts provided with wrong size
Last modified: 2005-01-25 10:25:31 UTC
When external script is called to generate thumbnails, the size of the thumbnail factory is ignored and the size given to the script is always 128. This seems hardcoded in gnome-thumbnail.c:814 (expand_thumbnailing_script) case 's': g_string_append (str, "128"); It should be checking the size and write "256" instead if in large mode.
Created attachment 29621 [details] [review] Patch adding correct size to script command line
Anders, is this ok to commit?
Fernando: just go ahead and commit, let anders bitch if he wants :)
Committed