From 244555f3ae832c22b6f370e3b1c2a3632fb40513 Mon Sep 17 00:00:00 2001 From: Owen Taylor Date: Sat, 17 Jan 2009 13:44:44 +0000 Subject: [PATCH] Fix include path to libgnomeui/gnome-thumbnail.h Remove a stray libgnomeui-2.0/ (Michael Monreal) svn path=/trunk/; revision=150 --- src/shell-global.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shell-global.c b/src/shell-global.c index ce1094452..ce5d80705 100644 --- a/src/shell-global.c +++ b/src/shell-global.c @@ -9,7 +9,7 @@ #include #include #include -#include +#include struct _ShellGlobal { GObject parent;