[gnome-desktop/gnome-3-8] gnome-rr: Use "Built-in Display" for internal displays
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-desktop/gnome-3-8] gnome-rr: Use "Built-in Display" for internal displays
- Date: Mon, 4 Mar 2013 09:43:01 +0000 (UTC)
commit 4c11dc6a3c2f2757c8ae8e7f90d6119a5326ed91
Author: Bastien Nocera <hadess hadess net>
Date: Mon Feb 25 16:55:42 2013 +0100
gnome-rr: Use "Built-in Display" for internal displays
Instead of "Laptop" as all-in-ones, tablets, etc. are devices
that will get detected as having internal displays, but aren't
laptops.
https://bugzilla.gnome.org/show_bug.cgi?id=679794
libgnome-desktop/gnome-rr.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libgnome-desktop/gnome-rr.c b/libgnome-desktop/gnome-rr.c
index c1ab320..58aaacc 100644
--- a/libgnome-desktop/gnome-rr.c
+++ b/libgnome-desktop/gnome-rr.c
@@ -1761,7 +1761,7 @@ ensure_display_name (GnomeRROutput *output)
return;
if (gnome_rr_output_is_laptop (output))
- output->display_name = g_strdup (_("Laptop"));
+ output->display_name = g_strdup (_("Built-in Display"));
if (output->display_name == NULL
&& output->edid_data != NULL) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]