ef5955d104
ok OBS-URL: https://build.opensuse.org/request/show/56145 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-shell?expand=0&rev=40
25 lines
740 B
Diff
25 lines
740 B
Diff
commit ad624d546f154685cefdb477df2d5eeda36f7b0c
|
|
Author: Florian Müllner <fmuellner@gnome.org>
|
|
Date: Thu Nov 11 01:38:17 2010 +0100
|
|
|
|
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
|
|
|
|
diff --git a/src/st/st-texture-cache.c b/src/st/st-texture-cache.c
|
|
index a40590e..0d8aac2 100644
|
|
--- a/src/st/st-texture-cache.c
|
|
+++ b/src/st/st-texture-cache.c
|
|
@@ -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>
|
|
|