[pygobject] pygi-convert.sh: Convert Pango.WrapMode



commit 6409d659326bf3cefdf6051379e8bc2031f16733
Author: Martin Pitt <martin pitt ubuntu com>
Date:   Sat Jan 15 11:20:23 2011 -0600

    pygi-convert.sh: Convert Pango.WrapMode

 pygi-convert.sh |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/pygi-convert.sh b/pygi-convert.sh
index 5a1c56a..5badb04 100644
--- a/pygi-convert.sh
+++ b/pygi-convert.sh
@@ -110,6 +110,7 @@ for f in $FILES_TO_CONVERT; do
     -pe "s/Pango.STYLE_/Pango.Style./g;" \
     -pe "s/Pango.UNDERLINE_/Pango.Underline./g;" \
     -pe "s/Pango.WEIGHT_/Pango.Weight./g;" \
+    -pe "s/Pango.WRAP_/Pango.WrapMode./g;" \
 \
     -pe "s/import atk\n/from gi.repository import Atk\n/g;" \
     -pe "s/atk\./Atk\./g;" \



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