[gnome-bluetooth] wizard: fix initial state of Close button when text entry is selected



commit c7596ad267e90d64a744b70263c4f339b645b830
Author: Daniele Forsi <dforsi src gnome org>
Date:   Sun Dec 18 19:34:55 2011 +0100

    wizard: fix initial state of Close button when text entry is selected

 wizard/main.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/wizard/main.c b/wizard/main.c
index 48a2863..cc49333 100644
--- a/wizard/main.c
+++ b/wizard/main.c
@@ -641,6 +641,8 @@ toggle_set_sensitive (GtkWidget *button,
 	if (!active)
 		gtk_dialog_set_response_sensitive (GTK_DIALOG (pin_dialog),
 						   GTK_RESPONSE_ACCEPT, TRUE);
+	else
+		entry_custom_changed (entry_custom);
 }
 
 void



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