[Libreoffice-commits] core.git: android/sdremote

Michael Meeks michael.meeks at suse.com
Wed Feb 6 04:53:34 PST 2013


 android/sdremote/res/xml/preferences.xml |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 06535009ce1fb8c3f6dc0bc3d464ada531365f31
Author: Michael Meeks <michael.meeks at suse.com>
Date:   Wed Feb 6 10:29:15 2013 +0000

    sdremote - enable volume control slide-switching by default.
    
    This is far and away the easiest way to switch slide. The coverflow
    with it's physics / momentum is really no-where near as useful.

diff --git a/android/sdremote/res/xml/preferences.xml b/android/sdremote/res/xml/preferences.xml
index ad7b1b3..292c851 100644
--- a/android/sdremote/res/xml/preferences.xml
+++ b/android/sdremote/res/xml/preferences.xml
@@ -3,7 +3,7 @@
 
     <!-- <SwitchPreference android:defaultValue="false" android:title="@string/options_autodecline" android:key="option_autodecline"/> -->
     <CheckBoxPreference
-        android:defaultValue="false"
+        android:defaultValue="true"
         android:key="option_volumeswitching"
         android:summary="@string/options_volumeswitching_descripton"
         android:title="@string/options_volumeswitching" />


More information about the Libreoffice-commits mailing list