summaryrefslogtreecommitdiff
path: root/pygi-convert.sh
diff options
context:
space:
mode:
authorDaniel Drake <dsd@laptop.org>2011-10-30 07:06:57 +0000
committerDaniel Drake <dsd@laptop.org>2011-10-30 07:06:57 +0000
commite3abd76096cc9f335681c7225f452c286b9c59e2 (patch)
tree5a36eb8d2009598d21b37cd1e9f0f46a555aa547 /pygi-convert.sh
parent52b82c5f78ef3755388457fa9440c36ccd2dfbbf (diff)
downloadpygobject-e3abd76096cc9f335681c7225f452c286b9c59e2.tar.gz
pygi-convert: fix for Gtk.Orientation
Diffstat (limited to 'pygi-convert.sh')
-rw-r--r--pygi-convert.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/pygi-convert.sh b/pygi-convert.sh
index b1b00c83..39d7cab3 100644
--- a/pygi-convert.sh
+++ b/pygi-convert.sh
@@ -38,6 +38,7 @@ for f in $FILES_TO_CONVERT; do
-pe "s/Gtk.JUSTIFY_/Gtk.Justification./g;" \
-pe "s/Gtk.MESSAGE_/Gtk.MessageType./g;" \
-pe "s/Gtk.MOVEMENT_/Gtk.MovementStep./g;" \
+ -pe "s/Gtk.ORIENTATION_/Gtk.Orientation./g;" \
-pe "s/Gtk.POLICY_/Gtk.PolicyType./g;" \
-pe "s/Gtk.POS_/Gtk.PositionType./g;" \
-pe "s/Gtk.RELIEF_/Gtk.ReliefStyle./g;" \