breaks string freeze. as long as that's ok, there's nothing to review :-) -- Jeffrey Stedfast Evolution Hacker - Novell, Inc. fejj ximian com - www.novell.com
? 55280.patch
? 61538.patch
? ChangeLog.nonximian
? body
? body.c
? body.txt
? body2.txt
? braindamaged.patch
? camel-namespace.patch
? cf.c
? charset-map.c
? charset-map.diff
? class.sh
? cmsutil.c
? date.patch
? flags
? foo
? foo.txt
? foo2.txt
? gw-body.txt
? imap
? invalid-content-id.patch
? iso
? iso.c
? namespace.sh
? patch
? pop3-uidl.patch
? smime
? uid-cache.patch
? providers/tmp
? providers/local/camel-mozilla-folder.c
? providers/local/camel-mozilla-folder.h
? providers/local/camel-mozilla-store.c
? providers/local/camel-mozilla-store.h
? tests/data/camel-mime-tests.tar.gz
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/camel/ChangeLog,v
retrieving revision 1.2218
diff -u -r1.2218 ChangeLog
--- ChangeLog 14 Jul 2004 18:33:21 -0000 1.2218
+++ ChangeLog 14 Jul 2004 18:34:25 -0000
@@ -1,3 +1,11 @@
+2004-07-14 Jeffrey Stedfast <fejj novell com>
+
+ Fix for bug #61538
+
+ * camel-process.c (camel_process_fork): Same.
+
+ * camel-filter-driver.c (pipe_to_system): Fixed strings
+
2004-07-12 Sivaiah Nallagatla <snallagatla novell com>
* providers/groupwise/camel-gw-listener.c (add_esource)
Index: camel-filter-driver.c
===================================================================
RCS file: /cvs/gnome/evolution/camel/camel-filter-driver.c,v
retrieving revision 1.85
diff -u -r1.85 camel-filter-driver.c
--- camel-filter-driver.c 10 Jun 2004 04:19:55 -0000 1.85
+++ camel-filter-driver.c 14 Jul 2004 18:34:25 -0000
@@ -710,7 +710,7 @@
_exit (255);
} else if (pid < 0) {
camel_exception_setv (p->ex, CAMEL_EXCEPTION_SYSTEM,
- _("Failed to create create child process '%s': %s"),
+ _("Failed to create child process '%s': %s"),
argv[0]->value.string, g_strerror (errno));
return -1;
}
Index: camel-process.c
===================================================================
RCS file: /cvs/gnome/evolution/camel/camel-process.c,v
retrieving revision 1.3
diff -u -r1.3 camel-process.c
--- camel-process.c 1 Dec 2003 22:51:58 -0000 1.3
+++ camel-process.c 14 Jul 2004 18:34:25 -0000
@@ -87,7 +87,7 @@
_exit (255);
} else if (pid == -1) {
camel_exception_setv (ex, CAMEL_EXCEPTION_SYSTEM,
- _("Failed to create create child process '%s': %s"),
+ _("Failed to create child process '%s': %s"),
argv[0], strerror (errno));
return -1;
}
Attachment:
smime.p7s
Description: S/MIME cryptographic signature