file-roller r2103 - in trunk: . src



Author: paobac
Date: Fri Jan 11 14:35:16 2008
New Revision: 2103
URL: http://svn.gnome.org/viewvc/file-roller?rev=2103&view=rev

Log:
2008-01-10  Christian Kirbach  <Christian Kirbach googlemail com>

	* src/sexy-icon-entry.c: Include local libsexy copy header, not
	system-wide version.


Modified:
   trunk/ChangeLog
   trunk/src/sexy-icon-entry.c

Modified: trunk/src/sexy-icon-entry.c
==============================================================================
--- trunk/src/sexy-icon-entry.c	(original)
+++ trunk/src/sexy-icon-entry.c	Fri Jan 11 14:35:16 2008
@@ -40,10 +40,11 @@
  * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  * Boston, MA  02111-1307, USA.
  */
-  
-#include <libsexy/sexy-icon-entry.h>
+
+#include <config.h>
 #include <string.h>
 #include <gtk/gtk.h>
+#include "sexy-icon-entry.h"
 
 #define ICON_MARGIN 2
 #define MAX_ICONS 2



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