[Xfce4-commits] <midori:master> Show page title in tooltips on speeddial items
Christian Dywan
noreply at xfce.org
Thu Aug 9 01:04:03 CEST 2012
Updating branch refs/heads/master
to 3c159386c8df317b4e9242672baa566a6282f292 (commit)
from da4c27f673af15df740501459fbd959a6943e241 (commit)
commit 3c159386c8df317b4e9242672baa566a6282f292
Author: Paweł Forysiuk <tuxator at o2.pl>
Date: Wed Aug 8 22:14:56 2012 +0200
Show page title in tooltips on speeddial items
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 6d77319..4fd9ce3 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,
"<div class=\"shortcut\" id=\"s%d\"><div class=\"preview\">"
"<a class=\"cross\" href=\"#\" onclick='clearShortcut(\"s%d\");'></a>"
- "<a href=\"%s\"><img src=\"data:image/png;base64,%s\"></a>"
+ "<a href=\"%s\"><img src=\"data:image/png;base64,%s\" title='%s'></a>"
"</div><div class=\"title\" onclick='renameShortcut(\"s%d\");'>%s</div></div>\n",
- slot, slot, uri, encoded ? encoded : "", slot, title ? title : "");
+ slot, slot, uri, encoded ? encoded : "", title, slot, title ? title : "");
g_free (title);
g_free (encoded);
More information about the Xfce4-commits
mailing list