]> git.pld-linux.org Git - packages/gnome-directory-thumbnailer.git/blob - gnome-directory-thumbnailer-gnome-desktop.patch
- added gnome-desktop patch; release 4 (gnome-desktop 43)
[packages/gnome-directory-thumbnailer.git] / gnome-directory-thumbnailer-gnome-desktop.patch
1 --- gnome-directory-thumbnailer-0.1.11/src/main.c.orig  2019-09-02 17:43:54.000000000 +0200
2 +++ gnome-directory-thumbnailer-0.1.11/src/main.c       2023-05-30 22:35:02.161433957 +0200
3 @@ -357,7 +357,7 @@ copy_thumbnail_from_file (GnomeDesktopTh
4                                 g_setenv ("GNOME_DIRECTORY_THUMBNAILER_RECURSION_LIMIT", new_recursion_limit_str, TRUE);
5                                 g_free (new_recursion_limit_str);
6  
7 -                               pixbuf = gnome_desktop_thumbnail_factory_generate_thumbnail (factory, file_uri, file_mime_type);
8 +                               pixbuf = gnome_desktop_thumbnail_factory_generate_thumbnail (factory, file_uri, file_mime_type, NULL, NULL);
9                                 if (pixbuf == NULL) {
10                                         /* gnome-desktop doesn't set an error so we have to. */
11                                         g_debug ("Error generating thumbnail.");
This page took 0.117008 seconds and 3 git commands to generate.