client-test-app.cpp: if(a||a) -> if(a).

This commit is contained in:
Salvatore Iovene 2011-05-24 16:27:53 +03:00 committed by Patrick Ohly
parent c1aaf7128e
commit ea4e811dda
1 changed files with 1 additions and 2 deletions

View File

@ -537,8 +537,7 @@ private:
// hard-coded names as used by src/backends/evolution;
// if some other backend reuses them, it gets the
// same treatment, which shouldn't cause any harm
if (name == "eds_contact" ||
name == "eds_contact") {
if (name == "eds_contact") {
basename = "ebook";
} else if (name == "eds_event" ||
name == "text") {