[anjal] BUGFIX: GNOME Bugzilla #590435 – Web links should open in default handler
- From: Johnny Jacob <jjohnny src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [anjal] BUGFIX: GNOME Bugzilla #590435 – Web links should open in default handler
- Date: Wed, 12 Aug 2009 03:30:48 +0000 (UTC)
commit 0a532a3719a96918d6a805917c1b2ba664a7947b
Author: Johnny Jacob <jjohnny novell com>
Date: Tue Aug 11 21:33:30 2009 +0530
BUGFIX: GNOME Bugzilla #590435 â?? Web links should open in default handler
src/mail-message-view.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/mail-message-view.c b/src/mail-message-view.c
index e1e227b..01c6bda 100644
--- a/src/mail-message-view.c
+++ b/src/mail-message-view.c
@@ -919,6 +919,8 @@ mmv_nav (gpointer a, gpointer b, gpointer c, gpointer d)
if (strncmp(uri, "mailto:", 7) == 0)
mail_shell_create_composer_mailto (uri);
+ else
+ e_show_uri (NULL, uri);
return WEBKIT_NAVIGATION_RESPONSE_IGNORE;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]