[gnome-color-manager] trivial: Always ensure the [disconnected] notice is on a new line



commit 292114700d54eb1d92673f2b8641a5a6ecaf5ba8
Author: Richard Hughes <richard hughsie com>
Date:   Sat Mar 6 21:27:06 2010 +0000

    trivial: Always ensure the [disconnected] notice is on a new line

 src/gcm-prefs.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gcm-prefs.c b/src/gcm-prefs.c
index 4412cf8..5183946 100644
--- a/src/gcm-prefs.c
+++ b/src/gcm-prefs.c
@@ -1799,7 +1799,7 @@ gcm_prefs_add_device_xrandr (GcmDevice *device)
 		}
 	} else {
 		/* TRANSLATORS: this is where the device has been setup but is not connected */
-		title = g_strdup_printf ("%s <i>[%s]</i>", title_tmp, _("disconnected"));
+		title = g_strdup_printf ("%s\n<i>[%s]</i>", title_tmp, _("disconnected"));
 	}
 
 	/* create sort order */



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