Index: views2inc/node_gallery.views_default.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/node_gallery/views2inc/Attic/node_gallery.views_default.inc,v
retrieving revision 1.1.2.33
diff -u -p -r1.1.2.33 node_gallery.views_default.inc
--- views2inc/node_gallery.views_default.inc	21 Dec 2010 16:05:46 -0000	1.1.2.33
+++ views2inc/node_gallery.views_default.inc	3 Feb 2011 10:23:56 -0000
@@ -999,7 +999,7 @@ function node_gallery_views_default_view
   ));
   $handler->override_option('arguments', array(
     'uid' => array(
-      'default_action' => 'ignore',
+      'default_action' => 'default',
       'style_plugin' => 'default_summary',
       'style_options' => array(),
       'wildcard' => 'all',
@@ -1018,19 +1018,13 @@ function node_gallery_views_default_view
       'validate_user_argument_type' => 'either',
       'validate_user_roles' => array(
         '2' => 0,
-        '4' => 0,
-        '3' => 0,
       ),
       'relationship' => 'none',
       'default_options_div_prefix' => '',
       'default_argument_user' => 0,
-      'default_argument_fixed' => '',
+      'default_argument_fixed' => 'all',
       'default_argument_php' => '',
       'validate_argument_node_type' => array(
-        'product' => 0,
-        'photograph' => 0,
-        'product_kit' => 0,
-        'event' => 0,
         'node_gallery_gallery' => 0,
         'node_gallery_image' => 0,
         'page' => 0,
@@ -1038,9 +1032,7 @@ function node_gallery_views_default_view
       ),
       'validate_argument_node_access' => 0,
       'validate_argument_nid_type' => 'nid',
-      'validate_argument_vocabulary' => array(
-        '1' => 0,
-      ),
+      'validate_argument_vocabulary' => array(),
       'validate_argument_type' => 'tid',
       'validate_argument_transform' => 0,
       'validate_user_restrict_roles' => 0,
@@ -1056,7 +1048,7 @@ function node_gallery_views_default_view
       ),
     ),
     'type' => array(
-      'default_action' => 'ignore',
+      'default_action' => 'default',
       'style_plugin' => 'default_summary',
       'style_options' => array(),
       'wildcard' => 'all',
@@ -1073,8 +1065,6 @@ function node_gallery_views_default_view
       'validate_user_argument_type' => 'uid',
       'validate_user_roles' => array(
         '2' => 0,
-        '4' => 0,
-        '3' => 0,
       ),
       'override' => array(
         'button' => 'Override',
@@ -1082,13 +1072,9 @@ function node_gallery_views_default_view
       'relationship' => 'none',
       'default_options_div_prefix' => '',
       'default_argument_user' => 0,
-      'default_argument_fixed' => '',
+      'default_argument_fixed' => 'all',
       'default_argument_php' => '',
       'validate_argument_node_type' => array(
-        'product' => 0,
-        'photograph' => 0,
-        'product_kit' => 0,
-        'event' => 0,
         'node_gallery_gallery' => 0,
         'node_gallery_image' => 0,
         'page' => 0,
@@ -1096,9 +1082,7 @@ function node_gallery_views_default_view
       ),
       'validate_argument_node_access' => 0,
       'validate_argument_nid_type' => 'nid',
-      'validate_argument_vocabulary' => array(
-        '1' => 0,
-      ),
+      'validate_argument_vocabulary' => array(),
       'validate_argument_type' => 'tid',
       'validate_argument_transform' => 0,
       'validate_user_restrict_roles' => 0,
@@ -1325,43 +1309,6 @@ function node_gallery_views_default_view
       'relationship' => 'cover_image',
     ),
   ));
-  $handler->override_option('filters', array(
-    'status' => array(
-      'operator' => '=',
-      'value' => '1',
-      'group' => '0',
-      'exposed' => FALSE,
-      'expose' => array(
-        'operator' => FALSE,
-        'label' => '',
-      ),
-      'id' => 'status',
-      'table' => 'node',
-      'field' => 'status',
-      'relationship' => 'none',
-    ),
-    'gid' => array(
-      'operator' => '>',
-      'value' => array(
-        'value' => '0',
-        'min' => '',
-        'max' => '',
-      ),
-      'group' => '0',
-      'exposed' => FALSE,
-      'expose' => array(
-        'operator' => FALSE,
-        'label' => '',
-      ),
-      'id' => 'gid',
-      'table' => 'node_gallery_galleries',
-      'field' => 'gid',
-      'override' => array(
-        'button' => 'Use default',
-      ),
-      'relationship' => 'none',
-    ),
-  ));
   $handler->override_option('title', 'Gallery Summary');
   $handler->override_option('style_plugin', 'grid');
   $handler->override_option('style_options', array(
