summaryrefslogtreecommitdiff
path: root/core/pim/osearch/olistview.cpp
authortille <tille>2003-05-14 16:20:11 (UTC)
committer tille <tille>2003-05-14 16:20:11 (UTC)
commit6bc6d8eb1051335e99416f5a8311788b40c7476a (patch) (side-by-side diff)
tree39b9afa01f5f3061617a494c526ca8b8a2610388 /core/pim/osearch/olistview.cpp
parentb818d340ce6a9ffe00136f2278192f46c1163ba1 (diff)
downloadopie-6bc6d8eb1051335e99416f5a8311788b40c7476a.zip
opie-6bc6d8eb1051335e99416f5a8311788b40c7476a.tar.gz
opie-6bc6d8eb1051335e99416f5a8311788b40c7476a.tar.bz2
correct focus and search group order
zecke: take this version for OPIE_BRANCH_0_99
Diffstat (limited to 'core/pim/osearch/olistview.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/osearch/olistview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/pim/osearch/olistview.cpp b/core/pim/osearch/olistview.cpp
index f5fe462..06392ba 100644
--- a/core/pim/osearch/olistview.cpp
+++ b/core/pim/osearch/olistview.cpp
@@ -19,7 +19,7 @@ OListView::OListView(QWidget *parent, const char *name )
setRootIsDecorated( true );
addColumn(tr("Results"));
-
+ setSorting( -1 );
connect( this, SIGNAL(expanded(QListViewItem*)), SLOT(expand(QListViewItem*)));
}