From cf54c58bf9331e0e22c6f6dc42b78ce2b1d29616 Mon Sep 17 00:00:00 2001 From: Olivier Le Thanh Duong Date: Thu, 21 May 2009 22:09:41 +0200 Subject: Fix the python example --- python/example.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'python') diff --git a/python/example.py b/python/example.py index cffd5fffb..38a04978e 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() -- cgit v1.2.3