[pygobject] pygi-convert.sh: handle ReliefStyle



commit 1679e6af3f212e4d4644e048dc3c6177ed3fac6b
Author: Paolo Borelli <pborelli gnome org>
Date:   Thu Jan 13 00:02:20 2011 +0100

    pygi-convert.sh: handle ReliefStyle

 pygi-convert.sh |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/pygi-convert.sh b/pygi-convert.sh
index ddc0030..643dc55 100644
--- a/pygi-convert.sh
+++ b/pygi-convert.sh
@@ -36,6 +36,7 @@ for f in $FILES_TO_CONVERT; do
     -pe "s/Gtk.MOVEMENT_/Gtk.MovementStep./g;" \
     -pe "s/Gtk.POLICY_/Gtk.PolicyType./g;" \
     -pe "s/Gtk.POS_/Gtk.PositionType./g;" \
+    -pe "s/Gtk.RELIEF_/Gtk.ReliefStyle./g;" \
     -pe "s/Gtk.RESPONSE_/Gtk.ResponseType./g;" \
     -pe "s/Gtk.SELECTION_/Gtk.SelectionMode./g;" \
     -pe "s/Gtk.SHADOW_/Gtk.ShadowType./g;" \



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