Index: custom_search_taxonomy.module
=========================================================
--- custom_search_taxonomy.module	(revision 1.1.2.12)
+++ custom_search_taxonomy.module	Fri Dec 10 21:20:50 CET 2010
@@ -78,7 +78,7 @@
               '#multiple'       => $multiple,
               '#title'          => variable_get('custom_search_' . $delta . 'voc' . $voc->vid . '_selector_label', $voc->name),
               '#options'        => $options,
-              '#default_value'  => ((variable_get('custom_search' . $delta . '_voc' . $voc->vid . '_selector', 'select') == 'checkboxes') ? array('c-all') : 'c-all'),
+              '#default_value'  => ($selector_type == 'checkboxes') ? array('c-all') : 'c-all',
               '#attributes'     => ($selector_type != 'radios' && $selector_type != 'checkboxes') ? array('class' => 'custom-search-selector custom-search-vocabulary custom-search-vocabulary-' . $voc->vid) : array(),
               '#prefix'         => ($selector_type == 'radios' || $selector_type == 'checkboxes') ? '<div class="custom-search-selector custom-search-vocabulary custom-search-vocabulary-' . $voc->vid . '">' : '',
               '#suffix'         => ($selector_type == 'radios' || $selector_type == 'checkboxes') ? '</div>' : '',
