aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--e-util/e-web-view.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/e-util/e-web-view.c b/e-util/e-web-view.c
index 0b83d81a34..5c6a8fbf57 100644
--- a/e-util/e-web-view.c
+++ b/e-util/e-web-view.c
@@ -1049,7 +1049,7 @@ web_view_hovering_over_link (EWebView *web_view,
goto exit;
fragment = soup_uri_get_fragment (soup_uri);
- if (*fragment)
+ if (fragment && *fragment)
message = g_strdup_printf (_("Go to the section %s of the message"), fragment);
else
message = g_strdup (_("Go to the beginning of the message"));