aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2001-01-27 01:00:05 +0800
committerDan Winship <danw@src.gnome.org>2001-01-27 01:00:05 +0800
commit061393816b321692199d1a6e0aa8b0bb8661a161 (patch)
treeb1f5265d7f2759efb04de58d53c19b3ee87876af /mail
parent5be14f15c3f72022d7ea2e7f67663ece101d2d63 (diff)
downloadgsoc2013-evolution-061393816b321692199d1a6e0aa8b0bb8661a161.tar.gz
gsoc2013-evolution-061393816b321692199d1a6e0aa8b0bb8661a161.tar.zst
gsoc2013-evolution-061393816b321692199d1a6e0aa8b0bb8661a161.zip
Fix an uninitialized variable use.
* mail-identify.c (mail_identify_mime_part): Fix an uninitialized variable use. svn path=/trunk/; revision=7838
Diffstat (limited to 'mail')
-rw-r--r--mail/ChangeLog5
-rw-r--r--mail/mail-identify.c7
2 files changed, 8 insertions, 4 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 0615c9ca31..61a812139d 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,8 @@
+2001-01-26 Dan Winship <danw@ximian.com>
+
+ * mail-identify.c (mail_identify_mime_part): Fix an uninitialized
+ variable use.
+
2001-01-26 Jason Leach <jasonleach@usa.net>
(Fixing an old FIXME)
diff --git a/mail/mail-identify.c b/mail/mail-identify.c
index 61b2d1fe10..e8b5f96a48 100644
--- a/mail/mail-identify.c
+++ b/mail/mail-identify.c
@@ -78,11 +78,10 @@ mail_identify_mime_part (CamelMimePart *part, MailDisplay *md)
} else
type = NULL;
camel_object_unref (CAMEL_OBJECT (memstream));
- }
-
- if (type)
- return g_strdup (type);
+ if (type)
+ return g_strdup (type);
+ }
/* Another possibility to try is the x-mac-type / x-mac-creator
* parameter to Content-Type used by some Mac email clients. That
943'>fix compilation error caused by gtkspell-2.0.13oliver2008-06-071-2/+4 * Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-0/+1 * - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-2/+2 * - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGmiwi2008-03-241-1/+0 * update to 2.4.8oliver2007-12-311-1/+1 * fix the build if a base64.h exists in PREFIX/include which declares thingsoliver2007-10-091-0/+4 * update to 2.4.7oliver2007-10-071-1/+1 * update to 2.4.6oliver2007-09-191-1/+1 * update to 2.4.5oliver2007-09-061-2/+1 * - security-fix foroliver2007-08-291-0/+1 * update to 2.4.4oliver2007-07-271-1/+1 * update to 2.4.3oliver2007-06-301-1/+1 * update to 2.4.2oliver2007-05-251-2/+1 * - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1 * update to 2.4.0oliver2007-04-261-2/+1 * update to 2.3.1oliver2007-01-171-2/+2 * fix page generation for printingoliver2006-12-281-1/+1 * update to 2.3.0oliver2006-12-271-1/+1 * update to 2.2.10oliver2006-11-211-4/+12 * Chase pilot-link's shared library version bump. Bump the PORTREVISION. As formezz2006-09-251-2/+2 * iupdate to 2.2.9oliver2006-09-231-3/+3 * Update gpgme to 1.1.2, chase dependencies.lofi2006-09-141-2/+2 * update to 2.2.7oliver2006-08-011-1/+1 * update to 2.2.6oliver2006-06-131-1/+1 * update to 2.2.5oliver2006-05-301-2/+2 * - Rename portspav2006-05-281-1/+1 * mkdir share/pixmaps and share/applicationsoliver2006-04-101-0/+2 * install sylpheed.png and sylpheed.desktop unconditional in a moreoliver2006-04-081-10/+3 * update to 2.2.4oliver2006-04-051-1/+1 * update to 2.2.3oliver2006-03-151-1/+1 * Conversion to a single libtool environment.ade2006-02-231-2/+1 * update to 2.2.0oliver2006-02-141-9/+27 * Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-1/+1 * update to 2.0.4oliver2005-11-091-2/+2 * CFLAGS adjusted because sylpheed needs pthread if GnomeVFS is installedoliver2005-11-081-3/+5 * fix drag & drop with gtk 2.8oliver2005-11-061-1/+1 * bump PORTREVISION for gpgme lib version bumpoliver2005-11-061-1/+1 * - Chase gpgme updateoliver2005-11-061-1/+1 * Bump PORTREVISION to chase the glib20 shared library update.marcus2005-11-051-1/+1 * update to 2.0.3oliver2005-10-191-1/+1 * remove sf mirrors from MASTER_SITES since the files is not located there.oliver2005-10-071-3/+1 * update to 2.0.2oliver2005-09-291-1/+1 * update to 2.0.1oliver2005-08-281-1/+1 * switch NO_LATEST_LINK since sylpheed 2.0 is the new stable brancholiver2005-07-301-1/+0 * update to 2.0.0oliver2005-07-291-3/+2 * updating to 2.0.0.r1oliver2005-07-221-2/+2 * update to 2.0.0 beta 6oliver2005-07-141-1/+1 * uodate to 2.0.0.b.5oliver2005-07-091-17/+2 * update to 2.0.0.b.4oliver2005-07-051-1/+1 * replace "get all" and "send later" icons too when ICON_THEME is selectedoliver2005-06-261-0/+7 * Add an option to use icons from gnome-icon-theme which gives a biggeroliver2005-06-261-1/+6 * update to 2.0.0 beta3oliver2005-06-231-1/+1 * update to 2.0.0.b.2oliver2005-06-181-2/+3 * update to 1.9.12oliver2005-05-291-1/+1 * update to 1.9.11oliver2005-05-171-1/+1 * update to 1.9.10oliver2005-05-131-1/+1 * update to 1.9.9oliver2005-04-201-1/+1 * update to 1.9.8oliver2005-04-131-1/+1 * remove EXTRACT_ONLY and DIST_SUBDIRoliver2005-04-021-2/+0 * add dependency to misc/mime-support instead of installing its own mime.typesoliver2005-04-021-8/+6 * update to 1.9.7oliver2005-04-021-1/+1 * update to 1.9.6oliver2005-03-161-2/+2 * Bump PORTREVISION to chase the glib20 shared lib version change.marcus2005-03-121-1/+1 * update to 1.9.5oliver2005-03-071-1/+1 * update to 1.9.4oliver2005-03-051-3/+3 * OPTIONS'ifyoliver2005-03-011-15/+11 * update to 1.9.3oliver2005-02-211-1/+1 * import sylpheed 1.9.1 (repocopied from sylpheed/)oliver2005-02-09