Index: plugins/views_plugin_pager.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/views/plugins/Attic/views_plugin_pager.inc,v
retrieving revision 1.1.4.6
diff -u -p -r1.1.4.6 views_plugin_pager.inc
--- plugins/views_plugin_pager.inc	27 Mar 2010 17:14:02 -0000	1.1.4.6
+++ plugins/views_plugin_pager.inc	28 Apr 2010 13:02:42 -0000
@@ -55,6 +55,13 @@ class views_plugin_pager extends views_p
   }
 
   /**
+   * Set the page offset, or how many items to skip.
+   */
+  function set_offset($offset) {
+    $this->options['offset'] = $offset;
+  }
+
+  /**
    * Get the current page.
    *
    * If NULL, we do not know what the current page is.
