Ticket #1966: openmoko_addressbook_search.patch
| File openmoko_addressbook_search.patch, 815 bytes (added by f.hackenberger@…, 5 years ago) |
|---|
-
src/applications/addressbook/contactlistpane.cpp
old new 76 76 mLayout->addWidget(mListView); 77 77 78 78 // Don't show find bar for QThumbStyle 79 if (!style()->inherits("QThumbStyle")) { 79 // For openmoko, we want the search bar anyway 80 // if (!style()->inherits("QThumbStyle")) { 80 81 #ifndef GREENPHONE_EFFECTS 81 82 mTextProxy = new QTextEntryProxy(this, mListView); 82 83 #else … … 99 100 this, SLOT(search(QString)) ); 100 101 101 102 QtopiaApplication::setInputMethodHint( mListView, QtopiaApplication::Text ); 102 }103 // } 103 104 #ifdef GREENPHONE_EFFECTS 104 105 mListView->setVisible(false); 105 106 connect(mSmoothListView, SIGNAL(activated(QModelIndex)),
