[gnome-bluetooth] Do not display the automatic pincode for Wiimotes



commit b4368e6d9bc43e78cab7470ec66934c02994c539
Author: Daniele Forsi <daniele forsi it>
Date:   Wed May 18 21:09:47 2011 +0200

    Do not display the automatic pincode for Wiimotes
    
    https://bugzilla.gnome.org/show_bug.cgi?id=603845

 wizard/main.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/wizard/main.c b/wizard/main.c
index e8bb400..38fff16 100644
--- a/wizard/main.c
+++ b/wizard/main.c
@@ -799,6 +799,7 @@ select_device_changed (BluetoothChooser *selector,
 			default_adapter = get_default_adapter_address ();
 			pincode = pin_from_adapter (default_adapter);
 			g_free (default_adapter);
+			automatic_pincode = TRUE;
 		} else if (target_ssp == FALSE) {
 			automatic_pincode = TRUE;
 		}



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