[gnome-control-center/gnome-3-10] sharing: Switch between bonded and ask for Bluetooth



commit 69066deb2033833a06a28c0d7fe33db3f1b7bec1
Author: Bastien Nocera <hadess hadess net>
Date:   Fri Nov 15 13:40:09 2013 +0100

    sharing: Switch between bonded and ask for Bluetooth
    
    Instead of bonded and always.

 panels/sharing/cc-sharing-panel.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/panels/sharing/cc-sharing-panel.c b/panels/sharing/cc-sharing-panel.c
index db0089b..9e444b0 100644
--- a/panels/sharing/cc-sharing-panel.c
+++ b/panels/sharing/cc-sharing-panel.c
@@ -348,7 +348,7 @@ bluetooth_set_accept_files (const GValue       *value,
   if (g_value_get_boolean (value))
     return g_variant_new_string ("bonded");
   else
-    return g_variant_new_string ("always");
+    return g_variant_new_string ("ask");
 }
 
 #ifdef HAVE_BLUETOOTH


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