diff options
author | Bastien Nocera <hadess@hadess.net> | 2016-03-11 20:03:07 +0100 |
---|---|---|
committer | Bastien Nocera <hadess@hadess.net> | 2016-03-11 20:08:16 +0100 |
commit | 54215692596b3187bbed5d4aa52f9bf9395629b0 (patch) | |
tree | ec6a8976de841b8a6c0f8df58f6477d5aac9405a /data/org.gnome.totem.gschema.xml.in | |
parent | 11eb451477ae6b1ea0aa913fd6880ce0dd49773c (diff) | |
download | totem-54215692596b3187bbed5d4aa52f9bf9395629b0.tar.gz |
Revert "plugins: Don't save builtin plugins to GSettings"
This reverts commit f0c645c7c33867be239a0f637909fa8314e53d92.
It caused builtin plugins not to get loaded.
See https://bugzilla.gnome.org/show_bug.cgi?id=749722
Diffstat (limited to 'data/org.gnome.totem.gschema.xml.in')
-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 847b01c54..15ed6173a 100644 --- a/data/org.gnome.totem.gschema.xml.in +++ b/data/org.gnome.totem.gschema.xml.in @@ -77,7 +77,7 @@ <summary>Whether to autoload external chapter files when a movie is loaded</summary> </key> <key name="active-plugins" type="as"> - <default>[]</default> + <default>['skipto','chapters','screenshot','media_player_keys','screensaver','movie-properties','save-file']</default> <summary>Active plugins list</summary> <description>A list of the names of the plugins which are currently active (loaded and running).</description> </key> |