From adc6c4f994dc38ff287cb03a73933816108ba47b Mon Sep 17 00:00:00 2001 From: eilers Date: Thu, 28 Nov 2002 11:50:57 +0000 Subject: Change of view caused jump to the first line of table->fixed --- (limited to 'core/pim') diff --git a/core/pim/addressbook/abview.cpp b/core/pim/addressbook/abview.cpp index 3af7663..0f4bd5f 100644 --- a/core/pim/addressbook/abview.cpp +++ b/core/pim/addressbook/abview.cpp @@ -411,9 +411,6 @@ void AbView::updateView() { qWarning("AbView::updateView()"); - // Feed all views with new lists - updateListinViews(); - if ( m_viewStack -> visibleWidget() ){ m_viewStack -> visibleWidget() -> clearFocus(); } @@ -431,6 +428,9 @@ void AbView::updateView() }else m_curr_Contact = 0; + // Feed all views with new lists + updateListinViews(); + // Inform the world that the view is changed if ( m_curr_View != m_prev_View ) emit signalViewSwitched ( (int) m_curr_View ); -- cgit v0.9.0.2