Index: location.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/location/location.module,v
retrieving revision 1.222.2.15
diff -u -p -r1.222.2.15 location.module
--- location.module	21 Jan 2009 23:14:20 -0000	1.222.2.15
+++ location.module	10 Feb 2009 09:34:57 -0000
@@ -1783,7 +1783,7 @@ function location_settings($old = FALSE)
     '#type' => 'select',
     '#title' => t('Number of locations that can be added at once'),
     '#options' => drupal_map_assoc(range(0, 100)),
-    '#default_value' => isset($old['multiple']['add']) ? $old['multiple']['add'] : 3,
+    '#default_value' => isset($old['multiple']['add']) ? $old['multiple']['add'] : 0,
     '#description' => t('The number of empty location forms to show when editing.'),
   );
   // Thought: What about prefilled names and fixed locations that way?
