[gnome-user-share] data: Fix crasher in gsettings-data-convert



commit 517961a18fb8805a61e75c1643e646482c5feb53
Author: Bastien Nocera <hadess hadess net>
Date:   Thu Dec 18 07:58:55 2014 +0100

    data: Fix crasher in gsettings-data-convert
    
    gsettings-data-convert doesn't check for keys existing before
    trying to convert them, and we didn't update the conversion file
    after removing those keys from the schemas.
    
    Thanks to Tim Waugh for the diagnosis.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=741664

 data/gnome-user-share.convert |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/data/gnome-user-share.convert b/data/gnome-user-share.convert
index 4248803..536855d 100644
--- a/data/gnome-user-share.convert
+++ b/data/gnome-user-share.convert
@@ -1,9 +1,6 @@
 [org.gnome.desktop.file-sharing]
 
 require-password = /desktop/gnome/file_sharing/require_password
-bluetooth-enabled = /desktop/gnome/file_sharing/bluetooth_enabled
-bluetooth-allow-write = /desktop/gnome/file_sharing/bluetooth_allow_write
-bluetooth-require-pairing = /desktop/gnome/file_sharing/bluetooth_require_pairing
 bluetooth-obexpush-enabled = /desktop/gnome/file_sharing/bluetooth_obexpush_enabled
 bluetooth-accept-files = /desktop/gnome/file_sharing/bluetooth_accept_files
 bluetooth-notify = /desktop/gnome/file_sharing/bluetooth_notify


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