summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2009-09-24 16:24:09 +0100
committerBastien Nocera <hadess@hadess.net>2009-09-24 16:24:59 +0100
commit9639fa75e6b2ed726e7bc9e92ae0e0c71123421e (patch)
tree3f69a6ac5e81c3000c77f7da4c2b8df623479b80
parentb58f210029c1cf987df92da1bb112aa578a4a766 (diff)
downloadtotem-9639fa75e6b2ed726e7bc9e92ae0e0c71123421e.tar.gz
Disable "Remember position" by default
-rw-r--r--data/totem.schemas.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/totem.schemas.in b/data/totem.schemas.in
index 71082e248..285d1b9cc 100644
--- a/data/totem.schemas.in
+++ b/data/totem.schemas.in
@@ -334,7 +334,7 @@
<applyto>/apps/totem/remember_position</applyto>
<owner>totem</owner>
<type>bool</type>
- <default>true</default>
+ <default>false</default>
<locale name="C">
<short>Whether to remember the position of played audio/video files when pausing or closing them.</short>
</locale>