From afbb47911c8b0e82bb05fdb826fc056d9da10555 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Thu, 17 Jul 2008 15:24:44 +0200 Subject: Add a tooltip on smileys with the text it hides --- libempathy-gtk/empathy-theme-adium.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libempathy-gtk/empathy-theme-adium.c') diff --git a/libempathy-gtk/empathy-theme-adium.c b/libempathy-gtk/empathy-theme-adium.c index 2b2adda5f..876744018 100644 --- a/libempathy-gtk/empathy-theme-adium.c +++ b/libempathy-gtk/empathy-theme-adium.c @@ -197,8 +197,8 @@ theme_adium_parse_body (EmpathyThemeAdium *theme, smiley = l->data; if (smiley->path) { g_string_append_printf (string, - "", - smiley->path, smiley->str); + "\"%s\"/", + smiley->str, smiley->path, smiley->str); } else { g_string_append (string, smiley->str); } -- cgit v1.2.3