aboutsummaryrefslogtreecommitdiffstats
path: root/mail/importers
diff options
context:
space:
mode:
authorLarry Ewing <lewing@ximian.com>2002-04-29 14:37:25 +0800
committerLarry Ewing <lewing@src.gnome.org>2002-04-29 14:37:25 +0800
commit3b7f38cfce0dd9997623be790e37ed2b5f9c37e3 (patch)
tree05c16124a74fb444a2fbb7c61a6d782ad3fef6e4 /mail/importers
parente3f5ce34ccc5f262424ffaa8d785735e975bd8f9 (diff)
downloadgsoc2013-evolution-3b7f38cfce0dd9997623be790e37ed2b5f9c37e3.tar
gsoc2013-evolution-3b7f38cfce0dd9997623be790e37ed2b5f9c37e3.tar.gz
gsoc2013-evolution-3b7f38cfce0dd9997623be790e37ed2b5f9c37e3.tar.bz2
gsoc2013-evolution-3b7f38cfce0dd9997623be790e37ed2b5f9c37e3.tar.lz
gsoc2013-evolution-3b7f38cfce0dd9997623be790e37ed2b5f9c37e3.tar.xz
gsoc2013-evolution-3b7f38cfce0dd9997623be790e37ed2b5f9c37e3.tar.zst
gsoc2013-evolution-3b7f38cfce0dd9997623be790e37ed2b5f9c37e3.zip
add const to silence warning.
2002-04-29 Larry Ewing <lewing@ximian.com> * importers/evolution-mbox-importer.c (process_item_fn): add const to silence warning. * mail-display.c: add gtkhtml.h include so to pick up the object_relative prototype. svn path=/trunk/; revision=16625
Diffstat (limited to 'mail/importers')
-rw-r--r--mail/importers/evolution-mbox-importer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/importers/evolution-mbox-importer.c b/mail/importers/evolution-mbox-importer.c
index 1dfeb93b40..2980e06edc 100644
--- a/mail/importers/evolution-mbox-importer.c
+++ b/mail/importers/evolution-mbox-importer.c
@@ -140,7 +140,7 @@ process_item_fn (EvolutionImporter *eimporter,
MailImporter *importer = (MailImporter *) mbi;
gboolean done = FALSE;
CamelException *ex;
- char *mozilla_status;
+ const char *mozilla_status;
if (importer->folder == NULL) {
GNOME_Evolution_ImporterListener_notifyResult (listener,