diff options
author | Bastien Nocera <hadess@hadess.net> | 2019-02-23 17:09:39 +0100 |
---|---|---|
committer | Bastien Nocera <hadess@hadess.net> | 2019-07-12 17:44:39 +0200 |
commit | e3aa3373aeaf4917a28e83531b397b006fd39eca (patch) | |
tree | 70c2675fb7c05a24e6916c01ba032d25ee8e4fa3 /data | |
parent | 54d985e11ba2eb69934b226d76ce1ba7d444676d (diff) | |
download | totem-e3aa3373aeaf4917a28e83531b397b006fd39eca.tar.gz |
plugins: Only write once to GSettings on startup
On startup, coalesce the writes to GSettings into a single write when it
syncs the builtin plugins list. This write would only happen on the
first run, or any time the list of builtin plugins changes.
Closes: #145
Diffstat (limited to 'data')
-rw-r--r-- | data/org.gnome.totem.gschema.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/org.gnome.totem.gschema.xml.in b/data/org.gnome.totem.gschema.xml.in index d2d0f221b..e4b65ef47 100644 --- a/data/org.gnome.totem.gschema.xml.in +++ b/data/org.gnome.totem.gschema.xml.in @@ -73,7 +73,7 @@ <summary>Whether to autoload text subtitle files when a movie is loaded</summary> </key> <key name="active-plugins" type="as"> - <default>['skipto','chapters','screenshot','media_player_keys','screensaver','movie-properties','save-file']</default> + <default>[]</default> <summary>Active plugins list</summary> <description>A list of the names of the plugins which are currently active (loaded and running).</description> </key> |