diff options
Diffstat (limited to 'src/popup-commands.c')
-rw-r--r-- | src/popup-commands.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/popup-commands.c b/src/popup-commands.c index 330030a67..dbd9baf10 100644 --- a/src/popup-commands.c +++ b/src/popup-commands.c @@ -486,7 +486,7 @@ popup_cmd_open_image (GtkAction *action, value = ephy_embed_event_get_property (event, "image"); address = g_value_get_string (value); - scheme = g_uri_get_scheme (address); + scheme = g_uri_parse_scheme (address); if (scheme == NULL) return; if (strcmp (scheme, "file") == 0) |