[gnome-bluetooth] wizard: Show a return symbol after the PIN for keyboards



commit 1d64f03e95075d48aa787e948772623a62391f33
Author: Bastien Nocera <hadess hadess net>
Date:   Thu Jan 19 18:59:43 2012 +0000

    wizard: Show a return symbol after the PIN for keyboards

 wizard/main.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/wizard/main.c b/wizard/main.c
index 86eeaa8..5ffc2e0 100644
--- a/wizard/main.c
+++ b/wizard/main.c
@@ -485,6 +485,8 @@ void prepare_callback (GtkWidget *assistant,
 				break;
 			case PAIRING_UI_KEYBOARD:
 				help = g_strdup_printf (_("Please enter the following PIN on '%s' and press âEnterâ on the keyboard:"), target_name);
+				pincode = get_random_pincode (target_max_digits);
+				pincode_display = g_strdup_printf ("%sâ", pincode);
 				break;
 			}
 



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