Index: location.module
===================================================================
--- location.module	(revision 378)
+++ location.module	(working copy)
@@ -1758,7 +1758,7 @@
     '#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?
