[gnome-bluetooth] And fix the display of the short pin code
- From: Bastien Nocera <hadess src gnome org>
- To: svn-commits-list gnome org
- Subject: [gnome-bluetooth] And fix the display of the short pin code
- Date: Sat, 23 May 2009 15:26:46 -0400 (EDT)
commit c11056973e6e218d589e750e2baa4e9362040d2d
Author: Bastien Nocera <hadess hadess net>
Date: Sat May 23 20:25:37 2009 +0100
And fix the display of the short pin code
We were using the truncated pin code internally, but displaying the
6 digit one instead...
---
wizard/main.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/wizard/main.c b/wizard/main.c
index 5092ed3..0b49c02 100644
--- a/wizard/main.c
+++ b/wizard/main.c
@@ -322,7 +322,7 @@ void prepare_callback(GtkWidget *assistant,
gtk_widget_show (label_passkey);
gtk_label_set_markup(GTK_LABEL(label_passkey_help), _("Please enter the following passkey:"));
- set_large_label (GTK_LABEL (label_passkey), target_pincode);
+ set_large_label (GTK_LABEL (label_passkey), pincode);
} else {
char *text;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]