author | eilers <eilers> | 2002-11-28 11:50:57 (UTC) |
---|---|---|
committer | eilers <eilers> | 2002-11-28 11:50:57 (UTC) |
commit | adc6c4f994dc38ff287cb03a73933816108ba47b (patch) (unidiff) | |
tree | 7a07bb017ec7a0db0888c48b3092904ffc39ba9b | |
parent | 0d508bf39ad43aa06c9cd395dd382d8e00dfbf3a (diff) | |
download | opie-adc6c4f994dc38ff287cb03a73933816108ba47b.zip opie-adc6c4f994dc38ff287cb03a73933816108ba47b.tar.gz opie-adc6c4f994dc38ff287cb03a73933816108ba47b.tar.bz2 |
Change of view caused jump to the first line of table->fixed
-rw-r--r-- | core/pim/addressbook/abview.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
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 | |||
@@ -412,7 +412,4 @@ void AbView::updateView() | |||
412 | qWarning("AbView::updateView()"); | 412 | qWarning("AbView::updateView()"); |
413 | 413 | ||
414 | // Feed all views with new lists | ||
415 | updateListinViews(); | ||
416 | |||
417 | if ( m_viewStack -> visibleWidget() ){ | 414 | if ( m_viewStack -> visibleWidget() ){ |
418 | m_viewStack -> visibleWidget() -> clearFocus(); | 415 | m_viewStack -> visibleWidget() -> clearFocus(); |
@@ -432,4 +429,7 @@ void AbView::updateView() | |||
432 | m_curr_Contact = 0; | 429 | m_curr_Contact = 0; |
433 | 430 | ||
431 | // Feed all views with new lists | ||
432 | updateListinViews(); | ||
433 | |||
434 | // Inform the world that the view is changed | 434 | // Inform the world that the view is changed |
435 | if ( m_curr_View != m_prev_View ) | 435 | if ( m_curr_View != m_prev_View ) |