[nautilus-python/nautilus-3.0] Remove the pygtk include and add includes for gmodule and gtk.h



commit f9f50be0ce613cf7dcfee65416103da8d451f839
Author: Adam Plumb <adamplumb gmail com>
Date:   Wed Mar 16 19:37:21 2011 -0400

    Remove the pygtk include and add includes for gmodule and gtk.h

 src/nautilus-python.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/src/nautilus-python.c b/src/nautilus-python.c
index 4487d9e..4efc5b5 100644
--- a/src/nautilus-python.c
+++ b/src/nautilus-python.c
@@ -23,7 +23,8 @@
 
 #include <Python.h>
 #include <pygobject.h>
-#include <pygtk/pygtk.h>
+#include <gmodule.h>
+#include <gtk/gtk.h>
 
 #include "nautilus-python.h"
 #include "nautilus-python-object.h"



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