[gnac/devel] Improved the trayicon's tooltips



commit ead47f2c57d332929e34684b1a67f5aab657289b
Author: Benoît Dupasquier <bdupasqu src gnome org>
Date:   Wed May 19 17:43:58 2010 +0100

    Improved the trayicon's tooltips

 src/gnac-ui.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/gnac-ui.c b/src/gnac-ui.c
index 5a7e561..0edb86b 100644
--- a/src/gnac-ui.c
+++ b/src/gnac-ui.c
@@ -366,9 +366,9 @@ gnac_ui_query_tooltip_cb(GtkStatusIcon *status_icon,
 
   if (title)
   {
-    text = g_markup_printf_escaped("  <b>%s</b>\n"
-        "  <span color=\"#888\">%s</span> %s "
-        "<span color=\"#888\">%s</span> %s  ",
+    text = g_markup_printf_escaped("  <b>%s</b>  \n"
+        "  <span color=\"#888\">%s</span> %s  \n"
+        "  <span color=\"#888\">%s</span> %s  ",
         title,
         /* To translators: title by artist from album */
         _("by"), artist ? artist : _("Unknown Artist"),



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]