summaryrefslogtreecommitdiff
path: root/wizard
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2012-10-30 15:30:07 +0100
committerBastien Nocera <hadess@hadess.net>2012-10-30 15:31:46 +0100
commite28d30d159e0fa4328e7d02d7166bbba52ac2afc (patch)
tree5332b8036d5f7f0ae5b2a25012b6ebf9e9a1a257 /wizard
parent1659face19100d99c03da69ac4deb85fd58e2025 (diff)
downloadgnome-bluetooth-e28d30d159e0fa4328e7d02d7166bbba52ac2afc.tar.gz
wizard: Add a "white button" to the iCade pairing
Diffstat (limited to 'wizard')
-rw-r--r--wizard/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/wizard/main.c b/wizard/main.c
index e7cc9ccc..84133383 100644
--- a/wizard/main.c
+++ b/wizard/main.c
@@ -181,6 +181,7 @@ get_icade_pincode (char **pin_display_str)
g_string_append (pin_display, arrows[r]);
}
+ g_string_append (pin_display, "❍");
*pin_display_str = g_string_free (pin_display, FALSE);
return g_string_free (pin, FALSE);