diff options
author | Jonny Lamb <jonnylamb@gnome.org> | 2009-10-20 19:59:15 +0800 |
---|---|---|
committer | Jonny Lamb <jonnylamb@gnome.org> | 2009-10-20 20:10:28 +0800 |
commit | 6496713f0997ab90e7ee686819640b22b4911aea (patch) | |
tree | c18874181bb0cf1a8abaafa0a946273df5b684b1 /python/pyempathy.patch | |
parent | 90469882929d06151352d3d8e8b0e6a1f5229905 (diff) | |
download | gsoc2013-empathy-6496713f0997ab90e7ee686819640b22b4911aea.tar gsoc2013-empathy-6496713f0997ab90e7ee686819640b22b4911aea.tar.gz gsoc2013-empathy-6496713f0997ab90e7ee686819640b22b4911aea.tar.bz2 gsoc2013-empathy-6496713f0997ab90e7ee686819640b22b4911aea.tar.lz gsoc2013-empathy-6496713f0997ab90e7ee686819640b22b4911aea.tar.xz gsoc2013-empathy-6496713f0997ab90e7ee686819640b22b4911aea.tar.zst gsoc2013-empathy-6496713f0997ab90e7ee686819640b22b4911aea.zip |
Remove python bindings. (Closes bug #599039)
Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
Diffstat (limited to 'python/pyempathy.patch')
-rw-r--r-- | python/pyempathy.patch | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/python/pyempathy.patch b/python/pyempathy.patch deleted file mode 100644 index 06c4692c8..000000000 --- a/python/pyempathy.patch +++ /dev/null @@ -1,18 +0,0 @@ ---- /home/zdra/Desktop/pyempathy.defs 2008-04-02 11:08:02.000000000 +0200 -+++ pyempathy/pyempathy.defs 2008-04-02 11:28:00.000000000 +0200 -@@ -44,6 +44,7 @@ - (define-object ContactManager - (in-module "Empathy") - (parent "GObject") -+ (implements "EmpathyContactList") - (c-name "EmpathyContactManager") - (gtype-id "EMPATHY_TYPE_CONTACT_MANAGER") - ) -@@ -121,6 +122,7 @@ - (define-object TpContactList - (in-module "Empathy") - (parent "GObject") -+ (implements "EmpathyContactList") - (c-name "EmpathyTpContactList") - (gtype-id "EMPATHY_TYPE_TP_CONTACT_LIST") - ) |