[pygobject] pygi-convert.sh: Cover Message and Buttons types
- From: Martin Pitt <martinpitt src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pygobject] pygi-convert.sh: Cover Message and Buttons types
- Date: Fri, 19 Nov 2010 16:41:48 +0000 (UTC)
commit 18f5d229d3a4b9520c1c456be2635c8e36015c12
Author: Martin Pitt <martin pitt ubuntu com>
Date: Fri Nov 19 09:00:35 2010 +0100
pygi-convert.sh: Cover Message and Buttons types
https://bugzilla.gnome.org/show_bug.cgi?id=635244
pygi-convert.sh | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/pygi-convert.sh b/pygi-convert.sh
index 4273c28..29a98bd 100644
--- a/pygi-convert.sh
+++ b/pygi-convert.sh
@@ -33,6 +33,8 @@ for f in $FILES_TO_CONVERT; do
-pe "s/Gtk.RESPONSE_/Gtk.ResponseType./g;" \
-pe "s/Gtk.CORNER_/Gtk.CornerType./g;" \
-pe "s/Gtk.ENTRY_ICON_/Gtk.EntryIconPosition./g;" \
+ -pe "s/Gtk.MESSAGE_/Gtk.MessageType./g;" \
+ -pe "s/Gtk.BUTTONS_/Gtk.ButtonsType./g;" \
-pe "s/Gtk.settings_get_default/Gtk.Settings.get_default/g;" \
-pe "s/Gtk.icon_theme_get_default/Gtk.IconTheme.get_default/g;" \
-pe "s/.window.set_type_hint/.set_type_hint/g;" \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]