~noskcaj/ubuntu/trusty/xfdesktop4/4.11.4

« back to all changes in this revision

Viewing changes to src/xfdesktop-regular-file-icon.c

  • Committer: Package Import Robot
  • Author(s): Lionel Le Folgoc
  • Date: 2012-01-24 22:28:56 UTC
  • Revision ID: package-import@ubuntu.com-20120124222856-isjii2cscioqt1ld
Tags: 4.8.3-1ubuntu7
* debian/patches:
  - xubuntu_use-tumbler.patch: updated, preserve ratio of original images.
  - xubuntu_single-click-option.patch: refreshed, based on the latest
    version from upstream bug report.
  - xubuntu_refreshed-translations.patch: added, new translations taken
    from Thunar as the added string is also used there.
* debian/rules: drop obsolete configure flag.

Show diffs side-by-side

added added

removed removed

Lines of Context:
304
304
            {
305
305
                file_icon->priv->pix = gdk_pixbuf_new_from_file_at_scale(g_file_get_path(file_icon->priv->thumbnail_file),
306
306
                                                                         size, size,
307
 
                                                                         FALSE, NULL);
 
307
                                                                         TRUE, NULL);
308
308
            }
309
309
        }
310
310