[gnome-software] trivial: Fix alignment when dumping GsApp objects to a string
- From: Richard Hughes <rhughes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software] trivial: Fix alignment when dumping GsApp objects to a string
- Date: Wed, 11 Sep 2013 13:15:23 +0000 (UTC)
commit 5f11d469eda07aaf0caec117d328bd78e228fe03
Author: Richard Hughes <richard hughsie com>
Date: Wed Sep 11 14:00:19 2013 +0100
trivial: Fix alignment when dumping GsApp objects to a string
src/gs-app.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gs-app.c b/src/gs-app.c
index c00a5e6..9471f12 100644
--- a/src/gs-app.c
+++ b/src/gs-app.c
@@ -190,7 +190,7 @@ gs_app_to_string (GsApp *app)
if (priv->featured_pixbuf != NULL)
g_string_append_printf (str, "\tfeatured-pixbuf:\t%p\n", priv->featured_pixbuf);
if (priv->install_date != 0)
- g_string_append_printf (str, "\tinstall-date: %lu\n", priv->install_date);
+ g_string_append_printf (str, "\tinstall-date:\t%lu\n", priv->install_date);
if (priv->related->len > 0)
g_string_append_printf (str, "\trelated:\t%i\n", priv->related->len);
if (priv->history->len > 0)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]