[gnome-bluetooth] Emit the request-focus signal when the PIN dialog closes



commit 513f134e311a5477892f7f0f3dd07b6a1aa2f56f
Author: Ross Burton <ross linux intel com>
Date:   Tue Oct 27 16:52:59 2009 +0000

    Emit the request-focus signal when the PIN dialog closes

 moblin/moblin-panel.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/moblin/moblin-panel.c b/moblin/moblin-panel.c
index 1871237..a023c83 100644
--- a/moblin/moblin-panel.c
+++ b/moblin/moblin-panel.c
@@ -430,6 +430,8 @@ pin_options_button_clicked_cb (GtkButton *button,
 	}
 
 	gtk_widget_hide (priv->pin_dialog);
+
+        g_signal_emit (self, _signals[REQUEST_FOCUS], 0);
 }
 
 /*



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