[totem] data: Fix possible crash on first run



commit 48badafa054a795bca7b8c0cc8f4f3724c4908ec
Author: Bastien Nocera <hadess hadess net>
Date:   Mon Jan 16 14:12:42 2017 +0100

    data: Fix possible crash on first run
    
    If and when the configuration stored in GConf is migrated to GSettings,
    the "debug" key didn't exist in the schema, leading to a crash.
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1412335

 data/totem.convert |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/data/totem.convert b/data/totem.convert
index ff2d3f4..586e265 100644
--- a/data/totem.convert
+++ b/data/totem.convert
@@ -5,7 +5,6 @@ hue = /apps/totem/hue
 saturation = /apps/totem/saturation
 repeat = /apps/totem/repeat
 disable-deinterlacing = /apps/totem/disable_deinterlacing
-debug = /apps/totem/debug
 audio-output-type = /apps/totem/audio_output_type
 network-buffer-threshold = /apps/totem/network-buffer-threshold
 subtitle-font = /apps/totem/subtitle_font


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