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 8a9548510..c1557eb7f 100644 --- a/src/popup-commands.c +++ b/src/popup-commands.c @@ -241,7 +241,7 @@ popup_cmd_copy_link_address (GtkAction *action, const GValue *value; event = get_event_info (window); - g_return_if_fail (IS_EPHY_EMBED_EVENT (event)); + g_return_if_fail (EPHY_IS_EMBED_EVENT (event)); if (event->context & EMBED_CONTEXT_EMAIL_LINK) { |