diff options
author | Bastien Nocera <[email protected]> | 2017-07-11 11:08:16 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-01-18 23:46:03 +0100 |
commit | cede255b1cea7e67c899ae6174e8c6f7f74ff84c (patch) | |
tree | 8d317b46b38224126180a0d5ad55bd3dbaa81ccc /libmate-desktop | |
parent | 90e62f364e5bad38b741ba0df38a7555f6d2045c (diff) | |
download | mate-desktop-cede255b1cea7e67c899ae6174e8c6f7f74ff84c.tar.bz2 mate-desktop-cede255b1cea7e67c899ae6174e8c6f7f74ff84c.tar.xz |
thumbnail: Remove reference to MateIconFactory
origin commit:
https://gitlab.gnome.org/GNOME/gnome-desktop/commit/a63a558
Diffstat (limited to 'libmate-desktop')
-rw-r--r-- | libmate-desktop/mate-desktop-thumbnail.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmate-desktop/mate-desktop-thumbnail.c b/libmate-desktop/mate-desktop-thumbnail.c index e88c537..20e2077 100644 --- a/libmate-desktop/mate-desktop-thumbnail.c +++ b/libmate-desktop/mate-desktop-thumbnail.c @@ -828,7 +828,7 @@ mate_desktop_thumbnail_factory_has_valid_failed_thumbnail (MateDesktopThumbnailF * @mime_type: the mime type of the file * @mtime: the mtime of the file * - * Returns TRUE if this MateIconFactory can (at least try) to thumbnail + * Returns TRUE if this MateDesktopThumbnail can (at least try) to thumbnail * this file. Thumbnails or files with failed thumbnails won't be thumbnailed. * * Usage of this function is threadsafe. |