diff --git a/src/html/gnc-html-webkit.c b/src/html/gnc-html-webkit.c index dbc73d810a..a5e590dc30 100644 --- a/src/html/gnc-html-webkit.c +++ b/src/html/gnc-html-webkit.c @@ -462,7 +462,8 @@ load_to_stream( GncHtmlWebkit* self, URLType type, gtk_main_iteration(); } // gtk_html_jump_to_anchor( GTK_HTML(priv->html), label ); - g_assert( FALSE ); + g_warning("jump_to_anchor is (still) unimplemented with the webkit viewer. Anchor=\"%s\"", label); + } return; @@ -865,7 +866,8 @@ impl_webkit_show_url( GncHtml* self, URLType type, else if ( safe_strcmp( type, URL_TYPE_JUMP ) == 0 ) { // gtk_html_jump_to_anchor( GTK_HTML(priv->html), label ); - g_assert( FALSE ); + g_warning("jump_to_anchor is (still) unimplemented with the webkit viewer. Anchor=\"%s\"", label); +// g_assert( FALSE ); } else if ( safe_strcmp( type, URL_TYPE_SECURE ) == 0 ||