gnome-shell r150 - trunk/src



Author: otaylor
Date: Sat Jan 17 13:44:44 2009
New Revision: 150
URL: http://svn.gnome.org/viewvc/gnome-shell?rev=150&view=rev

Log:
Fix include path to libgnomeui/gnome-thumbnail.h

Remove a stray libgnomeui-2.0/ (Michael Monreal)

Modified:
   trunk/src/shell-global.c

Modified: trunk/src/shell-global.c
==============================================================================
--- trunk/src/shell-global.c	(original)
+++ trunk/src/shell-global.c	Sat Jan 17 13:44:44 2009
@@ -9,7 +9,7 @@
 #include <errno.h>
 #include <string.h>
 #include <math.h>
-#include <libgnomeui-2.0/libgnomeui/gnome-thumbnail.h>
+#include <libgnomeui/gnome-thumbnail.h>
 
 struct _ShellGlobal {
   GObject parent;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]