Index: modules/aggregator/aggregator.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/aggregator/aggregator.module,v
retrieving revision 1.312
diff -u -F^f -r1.312 aggregator.module
--- modules/aggregator/aggregator.module	23 Oct 2006 20:25:03 -0000	1.312
+++ modules/aggregator/aggregator.module	11 Nov 2006 13:49:44 -0000
@@ -225,7 +225,7 @@ function aggregator_admin_settings() {
   );
 
   $form['aggregator_category_selector'] = array(
-    '#type' => 'radios', '#title' => t('Category selection type'), '#default_value' => variable_get('aggregator_category_selector', 'check'),
+    '#type' => 'radios', '#title' => t('Category selection type'), '#default_value' => variable_get('aggregator_category_selector', 'checkboxes'),
     '#options' => array('checkboxes' => t('checkboxes'), 'select' => t('multiple selector')),
     '#description' => t('The type of category selection widget which is shown on categorization pages. Checkboxes are easier to use; a multiple selector is good for working with large numbers of categories.')
   );
