[pygobject] pygi-convert.sh: Gdk.COLORSPACE_RGB



commit d1b0fa501cc431baa530d96fb50f4c35590890ac
Author: Thomas Hindoe Paaboel Andersen <phomes gmail com>
Date:   Thu Jan 20 19:45:01 2011 +0100

    pygi-convert.sh: Gdk.COLORSPACE_RGB
    
    GNOME bug #639880

 pygi-convert.sh |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/pygi-convert.sh b/pygi-convert.sh
index 2335edf..caa092e 100644
--- a/pygi-convert.sh
+++ b/pygi-convert.sh
@@ -115,6 +115,7 @@ for f in $FILES_TO_CONVERT; do
 \
     -pe "s/Gdk.Pixbuf/GdkPixbuf.Pixbuf/g;" \
     -pe "s/Gdk.INTERP_/GdkPixbuf.InterpType./g;" \
+    -pe "s/Gdk.COLORSPACE_RGB/GdkPixbuf.Colorspace.RGB/g;" \
 \
     -pe "s/import pango\n/from gi.repository import Pango\n/g;" \
     -pe "s/pango\./Pango\./g;" \



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