From b681ec2b9a98684ef821f9b6fbdb9a231a58d4b5 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Fri, 5 Nov 1999 23:06:09 +0000 Subject: Here is my initial Evolution work: message composition widget and some installation fixes for Camel. svn path=/trunk/; revision=1369 --- camel/gmime-content-field.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'camel/gmime-content-field.c') diff --git a/camel/gmime-content-field.c b/camel/gmime-content-field.c index 79d4d1bdca..43691f0d62 100644 --- a/camel/gmime-content-field.c +++ b/camel/gmime-content-field.c @@ -261,7 +261,7 @@ gmime_content_field_get_parameter (GMimeContentField *content_field, const gchar g_assert (content_field->parameters); g_assert (name); CAMEL_LOG_FULL_DEBUG ("GMimeContentField::get_parameter looking for parameter \"%s\"\n", name); - //parameter = (const gchar *)g_hash_table_lookup (content_field->parameters, name); + /* parameter = (const gchar *)g_hash_table_lookup (content_field->parameters, name); */ parameter_exists = g_hash_table_lookup_extended (content_field->parameters, name, (gpointer *) &old_name, -- cgit v1.2.3