[pygobject] Convert Gtk.DestDefaults constants in pygi-convert.sh script



commit 6fddba5bc5ea02938677a89ffeb0cfc53229b894
Author: Manuel QuiÃones <manuq laptop org>
Date:   Thu Jul 19 12:11:34 2012 -0300

    Convert Gtk.DestDefaults constants in pygi-convert.sh script
    
    Signed-off-by: Manuel QuiÃones <manuq laptop org>
    
    https://bugzilla.gnome.org/show_bug.cgi?id=680259

 pygi-convert.sh |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/pygi-convert.sh b/pygi-convert.sh
index 1d1b8a6..fe82ca9 100755
--- a/pygi-convert.sh
+++ b/pygi-convert.sh
@@ -58,6 +58,7 @@ for f in $FILES_TO_CONVERT; do
     -pe "s/Gtk.TREE_VIEW_DROP_/Gtk.TreeViewDropPosition./g;" \
     -pe "s/Gtk.TRUE/True/g;" \
     -pe "s/Gtk.WINDOW_/Gtk.WindowType./g;" \
+    -pe "s/Gtk.DEST_DEFAULT_/Gtk.DestDefaults./g;" \
     -pe "s/Gtk.WIN_POS_/Gtk.WindowPosition./g;" \
     -pe "s/Gtk.WRAP_/Gtk.WrapMode./g;" \
     -pe "s/Gtk.UI_MANAGER_/Gtk.UIManagerItemType./g;" \



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