[gnome-control-center] background: Align items in debug output



commit 1445700c628105b91153342843d8d93f0f3e1c05
Author: Bastien Nocera <hadess hadess net>
Date:   Wed Oct 2 19:30:14 2013 +0200

    background: Align items in debug output

 panels/background/cc-background-item.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/panels/background/cc-background-item.c b/panels/background/cc-background-item.c
index d285ac3..e335236 100644
--- a/panels/background/cc-background-item.c
+++ b/panels/background/cc-background-item.c
@@ -894,9 +894,9 @@ cc_background_item_dump (CcBackgroundItem *item)
        g_debug ("flags:\t\t\t%s", flags->str);
        g_string_free (flags, TRUE);
        if (priv->primary_color)
-               g_debug ("pcolor:\t\t%s", priv->primary_color);
+               g_debug ("pcolor:\t\t\t%s", priv->primary_color);
        if (priv->secondary_color)
-               g_debug ("scolor:\t\t%s", priv->secondary_color);
+               g_debug ("scolor:\t\t\t%s", priv->secondary_color);
        g_debug ("placement:\t\t%s", enum_to_str (G_DESKTOP_TYPE_DESKTOP_BACKGROUND_STYLE, priv->placement));
        g_debug ("shading:\t\t%s", enum_to_str (G_DESKTOP_TYPE_DESKTOP_BACKGROUND_SHADING, priv->shading));
        if (priv->source_url)


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