st-texture-cache: Fix include

The file gnome-desktop-thumbnail.h was moved from libgnomeui to
libgnome-desktop.

https://bugzilla.gnome.org/show_bug.cgi?id=634555
This commit is contained in:
Florian Müllner 2010-11-11 01:38:17 +01:00
parent 6df21fd5ff
commit ad624d546f

View File

@ -5,7 +5,7 @@
#include "st-texture-cache.h"
#include <gtk/gtk.h>
#define GNOME_DESKTOP_USE_UNSTABLE_API
#include <libgnomeui/gnome-desktop-thumbnail.h>
#include <libgnome-desktop/gnome-desktop-thumbnail.h>
#include <string.h>
#include <glib.h>