[Xfce4-commits] <midori:master> Fix compilation broken by wrong speed dial change
Christian Dywan
noreply at xfce.org
Tue Nov 15 23:46:01 CET 2011
Updating branch refs/heads/master
to 524a4bb0a7d658c32309b044b5fdd98205eb0769 (commit)
from 5eda5a3faafb28c36a9d7c8ad975875b3521176c (commit)
commit 524a4bb0a7d658c32309b044b5fdd98205eb0769
Author: Christian Dywan <christian at twotoasts.de>
Date: Tue Nov 15 22:42:03 2011 +0100
Fix compilation broken by wrong speed dial change
midori/midori-view.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/midori/midori-view.c b/midori/midori-view.c
index 44ed73c..11452f7 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,
"<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);
More information about the Xfce4-commits
mailing list