[evolution] Fix "make check" errors.



commit 732d38cf6f2eaba80778b0153b92421a971948d5
Author: Matthew Barnes <mbarnes redhat com>
Date:   Fri Jun 19 12:24:18 2009 -0400

    Fix "make check" errors.

 addressbook/gui/contact-editor/test-editor.c |   37 ++++++++-----------------
 po/POTFILES.in                               |    3 +-
 2 files changed, 14 insertions(+), 26 deletions(-)
---
diff --git a/addressbook/gui/contact-editor/test-editor.c b/addressbook/gui/contact-editor/test-editor.c
index 6c3349e..d6f77c3 100644
--- a/addressbook/gui/contact-editor/test-editor.c
+++ b/addressbook/gui/contact-editor/test-editor.c
@@ -28,31 +28,18 @@
 #include "e-contact-editor.h"
 #include "ebook/e-card.h"
 
-#define TEST_VCARD                   \
-"BEGIN:VCARD
-"                      \
-"FN:Nat
-"                           \
-"N:Friedman;Nat;D;Mr.
-"             \
-"BDAY:1977-08-06
-"                  \
-"TEL;WORK:617 679 1984
-"            \
-"TEL;CELL:123 456 7890
-"            \
-"EMAIL;INTERNET:nat nat org
-"       \
-"EMAIL;INTERNET:nat ximian com
-" \
-"ADR;WORK;POSTAL:P.O. Box 101;;;Any Town;CA;91921-1234;
-" \
-"ADR;HOME;POSTAL;INTL:P.O. Box 202;;;Any Town 2;MI;12344-4321;USA
-" \
-"END:VCARD
-"                        \
-"
-"
+#define TEST_VCARD \
+"BEGIN:VCARD\n" \
+"FN:Nat\n" \
+"N:Friedman;Nat;D;Mr.\n" \
+"BDAY:1977-08-06\n" \
+"TEL;WORK:617 679 1984\n" \
+"TEL;CELL:123 456 7890\n" \
+"EMAIL;INTERNET:nat nat org\n" \
+"EMAIL;INTERNET:nat ximian com\n" \
+"ADR;WORK;POSTAL:P.O. Box 101;;;Any Town;CA;91921-1234;\n" \
+"ADR;HOME;POSTAL;INTL:P.O. Box 202;;;Any Town 2;MI;12344-4321;USA\n" \
+"END:VCARD\n"
 
 static gchar *
 read_file (gchar *name)
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 3b3727e..3fe1f9f 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -343,8 +343,9 @@ plugins/groupwise-features/mail-retract.c
 plugins/groupwise-features/org-gnome-compose-send-options.xml
 plugins/groupwise-features/org-gnome-groupwise-features.eplug.xml
 plugins/groupwise-features/org-gnome-mail-retract.error.xml
-plugins/groupwise-features/org-gnome-proxy.error.xml
+plugins/groupwise-features/org-gnome-process-meeting.error.xml
 plugins/groupwise-features/org-gnome-proxy-login.error.xml
+plugins/groupwise-features/org-gnome-proxy.error.xml
 plugins/groupwise-features/org-gnome-shared-folder.error.xml
 plugins/groupwise-features/process-meeting.c
 plugins/groupwise-features/properties.glade



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]