From: epage Date: Wed, 14 Oct 2009 02:45:37 +0000 (+0000) Subject: Set fixed height mode to the wrong value at some point X-Git-Url: http://git.maemo.org/git/?p=gc-dialer;a=commitdiff_plain;h=2f5b8fde913d9b711ad009ee67c73265af457cb5 Set fixed height mode to the wrong value at some point git-svn-id: file:///svnroot/gc-dialer/trunk@527 c39d3808-3fe2-4d86-a59f-b7f623ee9f21 --- diff --git a/src/gv_views.py b/src/gv_views.py index 93c2fcf..271f6b6 100644 --- a/src/gv_views.py +++ b/src/gv_views.py @@ -1337,7 +1337,7 @@ class ContactsView(object): assert self._backend.is_authed(), "Attempting to enable backend while not logged in" self._contactsview.set_model(self._contactsmodel) - self._contactsview.set_fixed_height_mode(True) + self._contactsview.set_fixed_height_mode(False) self._contactsview.append_column(self._contactColumn) self._contactsviewselection = self._contactsview.get_selection() self._contactsviewselection.set_mode(gtk.SELECTION_SINGLE)