[PATCH] pygi-convert: fix for Gtk.Orientation



---
 pygi-convert.sh |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/pygi-convert.sh b/pygi-convert.sh
index b1b00c8..39d7cab 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;" \
-- 
1.7.7



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