summaryrefslogtreecommitdiff
blob: dd1943ec838ec76dd3044963e3eeb070534754f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --exclude-from=/home/dang/bin/scripts/diffrc -up -ruN evolution-data-server-1.8.3.orig/libedataserverui/e-name-selector-dialog.c evolution-data-server-1.8.3/libedataserverui/e-name-selector-dialog.c
--- evolution-data-server-1.8.3.orig/libedataserverui/e-name-selector-dialog.c	2007-01-29 04:44:33.000000000 -0500
+++ evolution-data-server-1.8.3/libedataserverui/e-name-selector-dialog.c	2007-03-01 13:28:12.000000000 -0500
@@ -779,7 +779,7 @@ search_changed (ENameSelectorDialog *nam
 	text = gtk_entry_get_text (name_selector_dialog->search_entry);
 	text_escaped = escape_sexp_string (text);
 
-	if ( !strcmp (category,"Any Category")) {
+	if ( !strcmp (category, _("Any Category"))) {
 		query_string = g_strdup_printf ("(or (beginswith \"file_as\" %s) "
 						"    (beginswith \"full_name\" %s) "
 						"    (beginswith \"email\" %s) "