commit 3f998fa4d6a8a46d389678055b467f9f615e8099
Author: Javier Kohen <jko...@users.sourceforge.net>
Date:   Tue Mar 8 22:13:02 2011 +0100

    Increased default value for file_saving_threshold.

 libgtkpod/prefs.c                       |    2 +-
 plugins/core_preferences/core_prefs.xml |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/libgtkpod/prefs.c b/libgtkpod/prefs.c
index 96789db..249d71d 100644
--- a/libgtkpod/prefs.c
+++ b/libgtkpod/prefs.c
@@ -154,7 +154,7 @@ static void set_default_preferences() {
      * When adding files, determines after how many a
      * save should be performed.
      */
-    prefs_set_int("file_saving_threshold", 10);
+    prefs_set_int("file_saving_threshold", 40);
 
     str = g_build_filename(get_script_dir(), CONVERT_TO_MP3_SCRIPT, NULL);
     prefs_set_string("path_conv_mp3", str);
diff --git a/plugins/core_preferences/core_prefs.xml 
b/plugins/core_preferences/core_prefs.xml
index e0a27a0..3544026 100644
--- a/plugins/core_preferences/core_prefs.xml
+++ b/plugins/core_preferences/core_prefs.xml
@@ -32,9 +32,9 @@
     <property name="page_increment">10</property>
   </object>
   <object class="GtkAdjustment" id="adjustment6">
-    <property name="upper">100</property>
+    <property name="upper">200</property>
     <property name="step_increment">1</property>
-    <property name="page_increment">10</property>
+    <property name="page_increment">20</property>
   </object>
   <object class="GtkListStore" id="model1">
     <columns>

------------------------------------------------------------------------------
What You Don't Know About Data Connectivity CAN Hurt You
This paper provides an overview of data connectivity, details
its effect on application quality, and explores various alternative
solutions. http://p.sf.net/sfu/progress-d2d
_______________________________________________
gtkpod-cvs2 mailing list
gtkpod-cvs2@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2

Reply via email to