From: Felipe Erias Morandeira Date: Fri, 14 Dec 2007 15:53:38 +0000 (+0000) Subject: Fixes NB#78637 X-Git-Tag: git_migration_finished~1917 X-Git-Url: http://git.maemo.org/git/?p=modest;a=commitdiff_plain;h=9041596bb209fa0a3d78d4cdbb3f0d4785fcbd84 Fixes NB#78637 pmo-trunk-r3922 --- 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)