[empathy] Fix the python example



commit cf54c58bf9331e0e22c6f6dc42b78ce2b1d29616
Author: Olivier Le Thanh Duong <olivier lethanh be>
Date:   Thu May 21 22:09:41 2009 +0200

    Fix the python example
---
 python/example.py |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/python/example.py b/python/example.py
index cffd5ff..38a0497 100755
--- a/python/example.py
+++ b/python/example.py
@@ -16,7 +16,8 @@ class HelloWorld:
 
         manager = empathy.ContactManager()
         store = empathygtk.ContactListStore(manager)
-        view = empathygtk.ContactListView(store, 0)
+        features = empathygtk.ContactListFeatureFlags(empathygtk.CONTACT_LIST_FEATURE_NONE)
+        view = empathygtk.ContactListView(store, 0, features)
 
         self.window.add (view)
         view.show()



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]