From 1a3f274f65a8841cbaa4bd5cfa4bab07848eaa26 Mon Sep 17 00:00:00 2001 From: Victor Godoy Poluceno Date: Sun, 16 Aug 2009 22:02:33 -0300 Subject: [PATCH] Replace GInitiallyUnowned to GObject --- bindings/python/update-binding.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/python/update-binding.sh b/bindings/python/update-binding.sh index 2fcdd36..b837e77 100755 --- a/bindings/python/update-binding.sh +++ b/bindings/python/update-binding.sh @@ -20,7 +20,7 @@ python /usr/share/pygobject/2.0/codegen/h2def.py \ champlain-base-marker.h \ champlain-tile.h \ champlain-zoom-level.h \ -> ../bindings/python/champlain/pychamplain-base.defs +| sed "s/GInitiallyUnowned/GObject/g" > ../bindings/python/champlain/pychamplain-base.defs # Update the list of headers from Makefile.am -- 2.39.5