Index: includes/handlers.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/views/includes/handlers.inc,v
retrieving revision 1.119.2.1
diff -u -p -r1.119.2.1 handlers.inc
--- includes/handlers.inc	2 Nov 2009 20:01:34 -0000	1.119.2.1
+++ includes/handlers.inc	6 Nov 2009 12:40:21 -0000
@@ -344,6 +344,11 @@ class views_handler extends views_object
    */
   function exposed_info() { }
 
+  /**
+   * Determine if a handler can be exposed.
+   */
+  function can_expose() {return FALSE;}
+
  /**
   * Check whether current user has access to this handler.
   *
