Re: msevior - r23011 - in abiword/trunk/src: af/util/unix af/xap/gtk text/fmt/xp wp/ap/xp

From: J.M. Maurer <uwog_at_uwog.net>
Date: Tue Mar 04 2008 - 12:59:23 CET

> Modified: abiword/trunk/src/af/xap/gtk/xap_UnixFrameImpl.cpp
> ===================================================================
> --- abiword/trunk/src/af/xap/gtk/xap_UnixFrameImpl.cpp 2008-03-04 04:04:02 UTC (rev 23010)
> +++ abiword/trunk/src/af/xap/gtk/xap_UnixFrameImpl.cpp 2008-03-04 10:38:50 UTC (rev 23011)
> @@ -188,6 +188,8 @@
> #else
> const gchar * suffix = UT_pathSuffix(uri);
> if (suffix) {
> + if(suffix[0] == '.')
> + suffix++;
> const gchar *mt = IE_Imp::getMimeTypeForSuffix(suffix);
> if (!mt) {
> mt = IE_ImpGraphic::getMimeTypeForSuffix(suffix);
>

Should this one have gotten in for bug 11463?

Marc
Received on Tue Mar 4 12:59:48 2008

This archive was generated by hypermail 2.1.8 : Tue Mar 04 2008 - 12:59:48 CET