diff options
author | Bastien Nocera <hadess@hadess.net> | 2017-01-16 14:12:42 +0100 |
---|---|---|
committer | Bastien Nocera <hadess@hadess.net> | 2017-01-16 14:14:45 +0100 |
commit | 48badafa054a795bca7b8c0cc8f4f3724c4908ec (patch) | |
tree | 0ebaf205556fcecd2c8bd0df785b850cf9172cab /data | |
parent | a7319511fcbef4c93159ee5c31830cda771b4b2a (diff) | |
download | totem-48badafa054a795bca7b8c0cc8f4f3724c4908ec.tar.gz |
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
Diffstat (limited to 'data')
-rw-r--r-- | data/totem.convert | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/data/totem.convert b/data/totem.convert index ff2d3f490..586e26533 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 |