diff options
Diffstat (limited to 'src/ephy-tab.c')
-rw-r--r-- | src/ephy-tab.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ephy-tab.c b/src/ephy-tab.c index a46c29c60..7561bb476 100644 --- a/src/ephy-tab.c +++ b/src/ephy-tab.c @@ -851,7 +851,7 @@ ephy_tab_dom_mouse_down_cb (EphyEmbed *embed, else if (button == 1 && (context & EMBED_CONTEXT_LINK)) { - GValue *value; + const GValue *value; ephy_embed_event_get_property (event, "link", &value); ephy_shell_new_tab (ephy_shell, window, tab, |