[gnome-control-center/gnome-3-8] background: Align items in debug output
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center/gnome-3-8] background: Align items in debug output
- Date: Wed, 2 Oct 2013 17:34:15 +0000 (UTC)
commit 6db70d1489cc72a58ffe7f99e8d37c91dc44e899
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 ff9ec01..05f1627 100644
--- a/panels/background/cc-background-item.c
+++ b/panels/background/cc-background-item.c
@@ -896,9 +896,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]