empathy r858 - trunk/python
- From: xclaesse svn gnome org
- To: svn-commits-list gnome org
- Subject: empathy r858 - trunk/python
- Date: Wed, 2 Apr 2008 10:42:27 +0100 (BST)
Author: xclaesse
Date: Wed Apr 2 10:42:27 2008
New Revision: 858
URL: http://svn.gnome.org/viewvc/empathy?rev=858&view=rev
Log:
Fix ContactListStore constructor. Fixes bug #522297 (Juan Pizarro).
Added:
trunk/python/pyempathygtk.patch
Added: trunk/python/pyempathygtk.patch
==============================================================================
--- (empty file)
+++ trunk/python/pyempathygtk.patch Wed Apr 2 10:42:27 2008
@@ -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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]