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 4804b3316..7a95c7611 100644 --- a/src/popup-commands.c +++ b/src/popup-commands.c @@ -159,7 +159,7 @@ popup_cmd_copy_link_address (GtkAction *action, EphyWindow *window) { EphyEmbedEvent *event; - EmbedEventContext context; + EphyEmbedEventContext context; const char *address; const GValue *value; |