[gnome-disk-utility/new-ui] Avoid using <small> twice for the pool treeview



commit 11fdee88481aff08c7ac5570d0ddf659f428a5ab
Author: David Zeuthen <davidz redhat com>
Date:   Sat Nov 28 16:22:47 2009 -0500

    Avoid using <small> twice for the pool treeview

 src/gdu-gtk/gdu-pool-tree-view.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/gdu-gtk/gdu-pool-tree-view.c b/src/gdu-gtk/gdu-pool-tree-view.c
index c966528..5ff92f9 100644
--- a/src/gdu-gtk/gdu-pool-tree-view.c
+++ b/src/gdu-gtk/gdu-pool-tree-view.c
@@ -193,7 +193,7 @@ format_markup (GtkCellLayout   *cell_layout,
         if (GDU_IS_DRIVE (p)) {
                 markup = g_strdup_printf ("<small>"
                                           "<b>%s</b>\n"
-                                          "<small><span fgcolor=\"%s\">%s</span></small>"
+                                          "<span fgcolor=\"%s\">%s</span>"
                                           "</small>",
                                           name,
                                           desc_color,
@@ -201,7 +201,7 @@ format_markup (GtkCellLayout   *cell_layout,
         } else {
                 markup = g_strdup_printf ("<small>"
                                           "<b>%s</b>\n"
-                                          "<small><span fgcolor=\"%s\">%s</span></small>"
+                                          "<span fgcolor=\"%s\">%s</span>"
                                           "</small>",
                                           name,
                                           desc_color,



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