--- fblikebutton.module	2011-06-01 12:14:45.000000000 +0200
+++ new-fblikebutton.module	2011-06-01 12:20:07.000000000 +0200
@@ -152,8 +152,8 @@ function fblikebutton_block_configure($d
     $form['block']['fblikebutton_bl_show_faces'] = array(
       '#type' => 'select',
       '#title' => t('Display faces in the box'),
-      '#options' => array('show' => t('Show faces'), 'hide' => t('Do not show faces')),
-      '#default_value' => variable_get('fblikebutton_bl_show_faces', 'show'),
+      '#options' => array('true' => t('Show faces'), 'false' => t('Do not show faces')),
+      '#default_value' => variable_get('fblikebutton_bl_show_faces', 'true'),
       '#description' => t('Show profile pictures below the button. Only work on Standard layout'),
     );
     $form['block']['fblikebutton_bl_action'] = array(
