aboutsummaryrefslogtreecommitdiffstats
path: root/trunk/python/pyempathy.patch
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/python/pyempathy.patch')
-rw-r--r--trunk/python/pyempathy.patch27
1 files changed, 27 insertions, 0 deletions
diff --git a/trunk/python/pyempathy.patch b/trunk/python/pyempathy.patch
new file mode 100644
index 000000000..f7de6a440
--- /dev/null
+++ b/trunk/python/pyempathy.patch
@@ -0,0 +1,27 @@
+--- /home/zdra/Desktop/pyempathy.defs 2008-04-02 11:08:02.000000000 +0200
++++ pyempathy/pyempathy.defs 2008-04-02 11:28:00.000000000 +0200
+@@ -35,7 +35,7 @@
+ (gtype-id "EMPATHY_TYPE_CONTACT_FACTORY")
+ )
+
+-(define-object ContactList
++(define-interface ContactList
+ (in-module "Empathy")
+ (c-name "EmpathyContactList")
+ (gtype-id "EMPATHY_TYPE_CONTACT_LIST")
+@@ -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")
+ )