Comment 2 for bug 944787

Revision history for this message
jazzynico (jazzynico) wrote :

Apparently, the function is not fully implemented (src/ui/context-menu.cpp, line 362):

---
static void sp_anchor_link_follow(GtkMenuItem */*menuitem*/, SPAnchor *anchor)
{
    g_return_if_fail(anchor != NULL);
    g_return_if_fail(SP_IS_ANCHOR(anchor));

    /* shell out to an external browser here */
}
---