aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>2009-02-03 04:09:40 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2009-02-03 04:09:40 +0800
commit7d28e40354ac4d1ae9e8c260696148b8fdcdd662 (patch)
tree4b5749c7250f43dde79eecd2b965e2b23551f0cb /python
parent139d499b6eb5f4a758a9ef515252f59a91ccc25a (diff)
downloadgsoc2013-empathy-7d28e40354ac4d1ae9e8c260696148b8fdcdd662.tar
gsoc2013-empathy-7d28e40354ac4d1ae9e8c260696148b8fdcdd662.tar.gz
gsoc2013-empathy-7d28e40354ac4d1ae9e8c260696148b8fdcdd662.tar.bz2
gsoc2013-empathy-7d28e40354ac4d1ae9e8c260696148b8fdcdd662.tar.lz
gsoc2013-empathy-7d28e40354ac4d1ae9e8c260696148b8fdcdd662.tar.xz
gsoc2013-empathy-7d28e40354ac4d1ae9e8c260696148b8fdcdd662.tar.zst
gsoc2013-empathy-7d28e40354ac4d1ae9e8c260696148b8fdcdd662.zip
Postprocess the pyempathygtk.defs
Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2366
Diffstat (limited to 'python')
-rwxr-xr-xpython/update-binding.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/python/update-binding.sh b/python/update-binding.sh
index 23a9685c7..7941d6ac1 100755
--- a/python/update-binding.sh
+++ b/python/update-binding.sh
@@ -85,6 +85,10 @@ cp pyempathygtk/pyempathygtk.defs /tmp
patch -p0 < pyempathy.patch
patch -p0 < pyempathygtk.patch
+# Chatview is an interface not an object
+sed -e 's/define-object \(ChatView$\)/define-interface \1/' \
+ -i pyempathygtk/pyempathygtk.defs
+
# Make modification then run that:
#diff -up /tmp/pyempathy.defs pyempathy/pyempathy.defs > pyempathy.patch
#diff -up /tmp/pyempathygtk.defs pyempathygtk/pyempathygtk.defs > pyempathygtk.patch