aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-08-13 14:41:27 +0800
committerChris Lahey <clahey@src.gnome.org>2000-08-13 14:41:27 +0800
commit0d66044bc4040da1852f1aea30e4e0fffb3ad0c5 (patch)
treeb0ffdd039080394b479a86b418900925b9785633 /addressbook
parent48c3fc57227ee11efeb3e232ec3ae180520c0aeb (diff)
downloadgsoc2013-evolution-0d66044bc4040da1852f1aea30e4e0fffb3ad0c5.tar.gz
gsoc2013-evolution-0d66044bc4040da1852f1aea30e4e0fffb3ad0c5.tar.zst
gsoc2013-evolution-0d66044bc4040da1852f1aea30e4e0fffb3ad0c5.zip
Fixed a typo that cause the wrong field to be searched.
2000-08-13 Christopher James Lahey <clahey@helixcode.com> * backend/pas/pas-backend-file.c: Fixed a typo that cause the wrong field to be searched. * gui/component/select-names/e-select-names.c: Made the select names dialog only display entries with email addresses. svn path=/trunk/; revision=4800
Diffstat (limited to 'addressbook')
-rw-r--r--addressbook/ChangeLog8
-rw-r--r--addressbook/backend/pas/pas-backend-file.c2
-rw-r--r--addressbook/gui/component/select-names/e-select-names.c2
3 files changed, 10 insertions, 2 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index b4bfe19a64..e40d1c30b8 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,3 +1,11 @@
+2000-08-13 Christopher James Lahey <clahey@helixcode.com>
+
+ * backend/pas/pas-backend-file.c: Fixed a typo that cause the
+ wrong field to be searched.
+
+ * gui/component/select-names/e-select-names.c: Made the select
+ names dialog only display entries with email addresses.
+
2000-08-12 Christopher James Lahey <clahey@helixcode.com>
* contact-editor/contact-editor.glade: Fixed a typo in the name of
diff --git a/addressbook/backend/pas/pas-backend-file.c b/addressbook/backend/pas/pas-backend-file.c
index fc67c4c0d8..3d7e443f21 100644
--- a/addressbook/backend/pas/pas-backend-file.c
+++ b/addressbook/backend/pas/pas-backend-file.c
@@ -253,7 +253,7 @@ entry_compare(PASBackendFileSearchContext *ctx, struct _ESExp *f,
any_field = !strcmp(propname, "x-evolution-any-field");
for (i = 0; i < num_prop_infos; i ++) {
if (any_field
- || strcmp (prop_info_table[i].query_prop, propname)) {
+ || !strcmp (prop_info_table[i].query_prop, propname)) {
info = &prop_info_table[i];
if (info->prop_type == PROP_TYPE_NORMAL) {
diff --git a/addressbook/gui/component/select-names/e-select-names.c b/addressbook/gui/component/select-names/e-select-names.c
index 272a1f5e2a..2303f13ad1 100644
--- a/addressbook/gui/component/select-names/e-select-names.c
+++ b/addressbook/gui/component/select-names/e-select-names.c
@@ -109,7 +109,7 @@ set_book(EBook *book, EBookStatus status, ETableModel *model)
{
gtk_object_set(GTK_OBJECT(model),
"book", book,
- "query", "(not (is \"email\" \"\"))",
+ "query", "(contains \"email\" \"\")",
NULL);
gtk_object_unref(GTK_OBJECT(book));
}
'>* Return ports maintained by John Marino to the pool, see r433827 for detailsrene2017-02-111-1/+1 * lang/gcc6-aux: Add unwind support to aarch64-freebsdmarino2017-02-082-2/+218 * lang/gcc6-aux: Fix cross-compiler slave ports (stage QA)marino2017-02-051-4/+4 * lang/gcc6-aux: Add support for aarch64-*-freebsd*marino2017-02-052-6/+14 * lang/gcc6-aux: Upgrade version 20161221 => 20170202 (gcc 6.3 snapshot)marino2017-02-055-241/+26 * gnatcross-aarch64: Fix configurationmarino2017-02-041-1/+1 * gnatdroid: Prepare for new cross-compilermarino2017-02-033-16/+337 * lang/gcc6-aux: Upgrade version 20160822 => 20161221 (gcc 6.2 => 6.3)marino2016-12-242-5/+5 * ${RM} already has -f.mat2016-10-211-1/+1 * lang/gcc6-aux: Upgrade version 20160427 => 20160822 (gcc 6.1 => 6.2)marino2016-08-262-4/+5 * Rename the FORT option to FORTRAN to be aligned with other ports.gerald2016-08-171-5/+4 * lang/gcc6-aux: Remove useless ARMv6 patchmarino2016-06-121-18/+0 * Fix portlint complaints....andreast2016-06-041-0/+1 * Skip armv6hf support and move it into armv6.andreast2016-06-041-0/+17 * lang/gcc6-aux: Upgrade version 20160410 => 2016427 (release 6.1)marino2016-04-282-5/+5 * lang/gcc6-aux: Upgrade version 20160313 => 20160410marino2016-04-112-3/+3 * Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.mat2016-04-012-5/+5 * lang/gcc6-aux: Fix build on FreeBSD i386marino2016-03-201-0/+9 * lang/gcc6-aux: Add forgotten patch (gnatdroid support)marino2016-03-161-0/+19 * lang/gcc6-aux: Upgrade version 20160306 => 20160313marino2016-03-163-3/+54 * lang/gcc6-aux: install gnatdroid/dejagnu supportmarino2016-03-143-12/+9 * lang/gcc6-aux: Upgrade version 20160214 => 20160306marino2016-03-113-8/+8 * lang/gcc6-aux: re-enable the -march filtermarino2016-02-191-0/+1 * lang/gcc6-aux: Update version 20160124 => 20160214marino2016-02-173-4/+3 * lang/gcc6-aux: Neutralize CPUTYPE settingsmarino2016-02-111-0/+1 * lang/gcc6-aux: Update version 20151227 => 20160124marino2016-01-252-3/+3 * lang/gcc6-aux: Update version 20151129 => 20151227marino2015-12-284-19/+19 * lang/gcc6-aux: Fix internal rpath spec on DragonFlymarino2015-12-071-0/+11