From: Paweł Forysiuk Date: Wed, 8 Aug 2012 20:14:56 +0000 (+0200) Subject: Show page title in tooltips on speeddial items X-Git-Url: https://spindle.queued.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c159386c8df317b4e9242672baa566a6282f292;p=midori Show page title in tooltips on speeddial items --- diff --git a/midori/midori-view.c b/midori/midori-view.c index 6d77319d..4fd9ce39 100644 --- a/midori/midori-view.c +++ b/midori/midori-view.c @@ -4327,9 +4327,9 @@ prepare_speed_dial_html (MidoriView* view, g_string_append_printf (markup, "
" "" - "" + "" "
%s
\n", - slot, slot, uri, encoded ? encoded : "", slot, title ? title : ""); + slot, slot, uri, encoded ? encoded : "", title, slot, title ? title : ""); g_free (title); g_free (encoded);