From b315a3345e339e3d9854ba2d896621619bf114a8 Mon Sep 17 00:00:00 2001 From: helge Date: Wed, 16 Feb 2005 20:40:33 +0000 Subject: [PATCH] minor tweaking git-svn-id: http://svn.opengroupware.org/SOGo/trunk@575 d1b88da0-ebda-0310-925b-ed51d893ca5b --- SOGo/UI/Contacts/UIxContactsListView.m | 2 +- SOGo/UI/MailerContacts/UIxMailContactList.wox | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SOGo/UI/Contacts/UIxContactsListView.m b/SOGo/UI/Contacts/UIxContactsListView.m index 7bcc6753..b50cd464 100644 --- a/SOGo/UI/Contacts/UIxContactsListView.m +++ b/SOGo/UI/Contacts/UIxContactsListView.m @@ -100,7 +100,7 @@ [[records sortedArrayUsingKeyOrderArray:[self sortOrderings]] retain]; if ((q = [self qualifier]) != nil) { - [self logWithFormat:@"qs: %@", q]; + [self debugWithFormat:@"qs: %@", q]; self->filteredRecords = [[self->allRecords filteredArrayUsingQualifier:q] retain]; } diff --git a/SOGo/UI/MailerContacts/UIxMailContactList.wox b/SOGo/UI/MailerContacts/UIxMailContactList.wox index a6844e50..f997f2bf 100644 --- a/SOGo/UI/MailerContacts/UIxMailContactList.wox +++ b/SOGo/UI/MailerContacts/UIxMailContactList.wox @@ -35,7 +35,7 @@ style="width: 100%;" autocomplete="off" onkeypress="ml_searchFieldKeyPressed(this)" - onfocus="ml_activateSearchField(this, 500)" + onfocus="ml_activateSearchField(this, 250)" onblur="ml_deactivateSearchField(this)" /> -- 2.39.5