From 9041596bb209fa0a3d78d4cdbb3f0d4785fcbd84 Mon Sep 17 00:00:00 2001 From: Felipe Erias Morandeira Date: Fri, 14 Dec 2007 15:53:38 +0000 Subject: [PATCH] Fixes NB#78637 pmo-trunk-r3922 --- src/maemo/modest-platform.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/maemo/modest-platform.c b/src/maemo/modest-platform.c index 72e2ac5..9062649 100644 --- a/src/maemo/modest-platform.c +++ b/src/maemo/modest-platform.c @@ -335,7 +335,7 @@ modest_platform_activate_file (const gchar *path, const gchar *mime_type) DBusConnection *con; gchar *uri_path = NULL; - uri_path = g_strconcat ("file://", path, NULL); + uri_path = gnome_vfs_get_uri_from_local_path (path); con = osso_get_dbus_connection (modest_maemo_utils_get_osso_context()); if (mime_type) -- 1.7.9.5