--- pygtk-2.9.1/codegen/defsparser.py-	2006-06-13 19:55:04.000000000 -0400
+++ pygtk-2.9.1/codegen/defsparser.py	2006-06-14 20:30:40.000000000 -0400
@@ -20,7 +20,7 @@
         else:
             inc_path = [os.path.dirname(self.filename)] + include_path
             for filename in [os.path.join(path_entry, input_filename)
-                             for path_entry in include_path]:
+                             for path_entry in inc_path]:
                 if not os.path.exists(filename):
                     continue
                 # set self.filename to the include name, to handle recursive includes
