summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2017-12-19 12:47:21 +0100
committerLubomir Rintel <lkundrak@v3.sk>2017-12-19 13:19:24 +0100
commitbc1f40adba687de01cd9932b7f7fd6b67a19cf25 (patch)
tree5958bc7966624019a2356e5d3e9203a177b8a14b
parent377906ea89f274441b6a00c49083d33ed304941f (diff)
downloadnetwork-manager-applet-bc1f40adba687de01cd9932b7f7fd6b67a19cf25.tar.gz
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.
-rw-r--r--src/connection-editor/page-bluetooth.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/connection-editor/page-bluetooth.c b/src/connection-editor/page-bluetooth.c
index e5fdd070..633a02d0 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);
}