[network-manager-applet] bluetooth: don't request secrets



commit bc1f40adba687de01cd9932b7f7fd6b67a19cf25
Author: Lubomir Rintel <lkundrak v3 sk>
Date:   Tue Dec 19 12:47:21 2017 +0100

    bluetooth: don't request secrets
    
    Come on, NMSettingBluetooth, you know we have no secrets!
    
    Moreover GNOME Shell is buggy enough to fail drop the GetSecrets calls for
    setting it doesn't recognize on the floor without bothering to respond.
    As it happens, it doesn't recognize the bluetooth setting.

 src/connection-editor/page-bluetooth.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/src/connection-editor/page-bluetooth.c b/src/connection-editor/page-bluetooth.c
index e5fdd07..633a02d 100644
--- a/src/connection-editor/page-bluetooth.c
+++ b/src/connection-editor/page-bluetooth.c
@@ -137,8 +137,6 @@ ce_page_bluetooth_new (NMConnectionEditor *editor,
 
        g_signal_connect (self, "initialized", G_CALLBACK (finish_setup), NULL);
 
-       *out_secrets_setting_name = NM_SETTING_BLUETOOTH_SETTING_NAME;
-
        return CE_PAGE (self);
 }
 


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