Set fixed height mode to the wrong value at some point
authorepage <eopage@byu.net>
Wed, 14 Oct 2009 02:45:37 +0000 (02:45 +0000)
committerepage <eopage@byu.net>
Wed, 14 Oct 2009 02:45:37 +0000 (02:45 +0000)
git-svn-id: file:///svnroot/gc-dialer/trunk@527 c39d3808-3fe2-4d86-a59f-b7f623ee9f21

src/gv_views.py

index 93c2fcf..271f6b6 100644 (file)
@@ -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)