[gnome-bluetooth] settings: Fix PIN confirmation not working



commit 147cf59638a4b2c32af876375a3ddbd289497bce
Author: Bastien Nocera <hadess hadess net>
Date:   Fri Dec 6 17:31:27 2013 +0100

    settings: Fix PIN confirmation not working

 lib/bluetooth-settings-widget.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/lib/bluetooth-settings-widget.c b/lib/bluetooth-settings-widget.c
index e55b2fe..99afa98 100644
--- a/lib/bluetooth-settings-widget.c
+++ b/lib/bluetooth-settings-widget.c
@@ -311,8 +311,6 @@ enter_pin_cb (GtkDialog *dialog,
                char *pin;
                BluetoothPairingMode mode;
 
-               g_dbus_method_invocation_return_value (invocation, NULL);
-
                mode = GPOINTER_TO_UINT (g_object_get_data (G_OBJECT (dialog), "mode"));
                name = g_object_get_data (G_OBJECT (dialog), "name");
                pin = bluetooth_pairing_dialog_get_pin (BLUETOOTH_PAIRING_DIALOG (dialog));


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