[pygobject] pygi-convert: Support toolbar styles



commit f61f23b999ae6e27ca852753da906de4ab8e6e25
Author: Kai Willadsen <kai willadsen gmail com>
Date:   Sun Apr 14 15:16:40 2013 +1000

    pygi-convert: Support toolbar styles
    
    https://bugzilla.gnome.org/show_bug.cgi?id=698477

 pygi-convert.sh | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/pygi-convert.sh b/pygi-convert.sh
index 58467a5..43af662 100755
--- a/pygi-convert.sh
+++ b/pygi-convert.sh
@@ -62,6 +62,7 @@ for f in $FILES_TO_CONVERT; do
     -pe "s/Gtk.TEXT_DIR_/Gtk.TextDirection./g;" \
     -pe "s/Gtk.TEXT_SEARCH_/Gtk.TextSearchFlags./g;" \
     -pe "s/Gtk.TEXT_WINDOW_/Gtk.TextWindowType./g;" \
+    -pe "s/Gtk.TOOLBAR_/Gtk.ToolbarStyle./g;" \
     -pe "s/Gtk.TREE_MODEL_/Gtk.TreeModelFlags./g;" \
     -pe "s/Gtk.TREE_VIEW_COLUMN_/Gtk.TreeViewColumnSizing./g;" \
     -pe "s/Gtk.TREE_VIEW_DROP_/Gtk.TreeViewDropPosition./g;" \


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