]> spindle.queued.net Git - midori/commitdiff
Fix compilation broken by wrong speed dial change
authorChristian Dywan <christian@twotoasts.de>
Tue, 15 Nov 2011 21:42:03 +0000 (22:42 +0100)
committerChristian Dywan <christian@twotoasts.de>
Tue, 15 Nov 2011 21:42:03 +0000 (22:42 +0100)
midori/midori-view.c

index 44ed73c2d634a6aae836a173a3eba2b04ee8fa6b..11452f768bf501d4d05efb8e1dfa57bf622c1333 100644 (file)
@@ -3764,9 +3764,9 @@ prepare_speed_dial_html (MidoriView* view,
             g_string_append_printf (markup,
                 "<div class=\"shortcut\" id=\"s%d\"><div class=\"preview\">"
                 "<a class=\"cross\" href=\"#\" onclick='clearShortcut(\"s%d\");'></a>"
-                "<a href=\"%s\"><img src=\"%s%s\"></a>"
+                "<a href=\"%s\"><img src=\"data:image/png;base64,%s\"></a>"
                 "</div><div class=\"title\" onclick='renameShortcut(\"s%d\");'>%s</div></div>\n",
-                slot, slot, uri, prefix, encoded, slot, title ? title : "");
+                slot, slot, uri, encoded, slot, title ? title : "");
 
             g_free (title);
             g_free (encoded);