[pygobject] pygi-convert: fix for Gtk.Orientation
- From: Daniel Drake <dsd src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pygobject] pygi-convert: fix for Gtk.Orientation
- Date: Sun, 30 Oct 2011 07:59:27 +0000 (UTC)
commit e3abd76096cc9f335681c7225f452c286b9c59e2
Author: Daniel Drake <dsd laptop org>
Date: Sun Oct 30 07:06:57 2011 +0000
pygi-convert: fix for Gtk.Orientation
pygi-convert.sh | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/pygi-convert.sh b/pygi-convert.sh
index b1b00c8..39d7cab 100644
--- a/pygi-convert.sh
+++ b/pygi-convert.sh
@@ -38,6 +38,7 @@ for f in $FILES_TO_CONVERT; do
-pe "s/Gtk.JUSTIFY_/Gtk.Justification./g;" \
-pe "s/Gtk.MESSAGE_/Gtk.MessageType./g;" \
-pe "s/Gtk.MOVEMENT_/Gtk.MovementStep./g;" \
+ -pe "s/Gtk.ORIENTATION_/Gtk.Orientation./g;" \
-pe "s/Gtk.POLICY_/Gtk.PolicyType./g;" \
-pe "s/Gtk.POS_/Gtk.PositionType./g;" \
-pe "s/Gtk.RELIEF_/Gtk.ReliefStyle./g;" \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]