]> git.0d.be Git - empathy.git/commitdiff
Fix ContactListStore constructor. Fixes bug #522297 (Juan Pizarro).
authorXavier Claessens <xclaesse@src.gnome.org>
Wed, 2 Apr 2008 09:42:27 +0000 (09:42 +0000)
committerXavier Claessens <xclaesse@src.gnome.org>
Wed, 2 Apr 2008 09:42:27 +0000 (09:42 +0000)
svn path=/trunk/; revision=858

python/pyempathygtk.patch [new file with mode: 0644]

diff --git a/python/pyempathygtk.patch b/python/pyempathygtk.patch
new file mode 100644 (file)
index 0000000..a0730a1
--- /dev/null
@@ -0,0 +1,18 @@
+--- /home/zdra/Desktop/pyempathygtk.defs       2008-04-02 11:19:27.000000000 +0200
++++ pyempathygtk/pyempathygtk.defs     2008-04-02 11:29:23.000000000 +0200
+@@ -1042,10 +1042,13 @@
+   (return-type "GType")
+ )
+-(define-method store_new
+-  (of-object "EmpathyContactList")
++(define-function empathy_contact_list_store_new
++  (is-constructor-of "EmpathyContactListStore")
+   (c-name "empathy_contact_list_store_new")
+   (return-type "EmpathyContactListStore*")
++  (parameters
++    '("EmpathyContactList*" "list_iface")
++  )
+ )
+ (define-method get_list_iface