This is an automated email from the git hooks/post-receive script. o c h o s i p u s h e d a c o m m i t t o b r a n c h m a s t e r in repository xfce/xfce4-settings.
commit c94522e8dc065c8a0d9ae7997b590a23dd9782b2 Author: Simon Steinbeiss <[email protected]> Date: Sun Aug 26 15:48:44 2018 +0200 display: Drop numbering from display names --- dialogs/display-settings/display-name.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dialogs/display-settings/display-name.c b/dialogs/display-settings/display-name.c index 026a50e..9b6b85e 100644 --- a/dialogs/display-settings/display-name.c +++ b/dialogs/display-settings/display-name.c @@ -25,7 +25,7 @@ /* Downloaded from <http://git.gnome.org/browse/gnome-desktop/tree/libgnome-desktop> (git commit 60f318f3d5a890c267160562f54a048d862def18) Slightly modified by Lionel Le Folgoc <[email protected]> to build with full debug */ - + /* Further modifications come from upstream hwdata */ #include <config.h> @@ -2669,7 +2669,7 @@ make_display_name (const MonitorInfo *info, guint output) } if (inches > 0) - return g_strdup_printf ("%i. %s %d\"", output+1, vendor, inches); + return g_strdup_printf ("%s %d\"", vendor, inches); else - return g_strdup_printf ("%i. %s ", output+1, vendor); + return g_strdup_printf ("%s ", vendor); } -- To stop receiving notification emails like this one, please contact the administrator of this repository. _______________________________________________ Xfce4-commits mailing list [email protected] https://mail.xfce.org/mailman/listinfo/xfce4-commits
