From: Christian Dywan Date: Tue, 15 Nov 2011 21:42:03 +0000 (+0100) Subject: Fix compilation broken by wrong speed dial change X-Git-Url: https://spindle.queued.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=524a4bb0a7d658c32309b044b5fdd98205eb0769;p=midori Fix compilation broken by wrong speed dial change --- diff --git a/midori/midori-view.c b/midori/midori-view.c index 44ed73c2..11452f76 100644 --- a/midori/midori-view.c +++ b/midori/midori-view.c @@ -3764,9 +3764,9 @@ prepare_speed_dial_html (MidoriView* view, g_string_append_printf (markup, "
" "" - "" + "" "
%s
\n", - slot, slot, uri, prefix, encoded, slot, title ? title : ""); + slot, slot, uri, encoded, slot, title ? title : ""); g_free (title); g_free (encoded);