summaryrefslogtreecommitdiff
path: root/src/nautilus-properties-window.c
diff options
context:
space:
mode:
authorErnestas Kulik <ernestask@gnome.org>2018-04-28 13:21:50 +0300
committerErnestas Kulik <ernestask@gnome.org>2018-05-22 16:52:48 +0300
commit673c81cf9f1d68b71041220e6e44624dee44dbfc (patch)
tree85637603bbf6e2333ae7a0bbcb52068ca655ad8d /src/nautilus-properties-window.c
parent0aca206f8a47c3b35d3d0bc2964e5f672d7a3794 (diff)
downloadnautilus-673c81cf9f1d68b71041220e6e44624dee44dbfc.tar.gz
general: Copy gnome-desktop thumbnailing code
This is one of prerequisite steps to take before fully switching to GTK+ 4, as gnome-desktop has code, depending on GTK+ 3. Since the thumbnailing machinery is self-contained, it can easily be just copied over.
Diffstat (limited to 'src/nautilus-properties-window.c')
-rw-r--r--src/nautilus-properties-window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nautilus-properties-window.c b/src/nautilus-properties-window.c
index d211873e4..d239263e2 100644
--- a/src/nautilus-properties-window.c
+++ b/src/nautilus-properties-window.c
@@ -35,7 +35,7 @@
#include <sys/stat.h>
#define GNOME_DESKTOP_USE_UNSTABLE_API
-#include <libgnome-desktop/gnome-desktop-thumbnail.h>
+#include "gnome-desktop/gnome-desktop-thumbnail.h"
#include "nautilus-enums.h"
#include "nautilus-error-reporting.h"