--- /www/contaire.net/nc/cvsmaster/sites/all/modules/panels/content_types/views.inc	2007-10-04 16:44:09.000000000 +0200
+++ views.inc	2007-10-04 16:55:02.000000000 +0200
@@ -66,7 +66,7 @@ function panels_content_views($conf, $pa
     $block->subject = $title;
 
     $pager_id = empty($conf['use_pager']) ? 0 : intval($conf['pager_id']);
-    $block->content = views_build_view($conf['type'], $view, $args, $pager_id, intval($conf['nodes_per_page']));
+    $block->content = views_build_view($conf['type'], $view, $args, $pager_id, intval($conf['nodes_per_page']), 0, intval($conf['offset']));
   }
   return $block;
 }
@@ -200,6 +200,14 @@ function panels_admin_edit_views($id, $p
     '#description' => t('Select the number of posts to display, or 0 to display all results.'),
   );
 
+  $form['offset'] = array(
+    '#type' => 'textfield',
+    '#default_value' => $conf['offset'],
+    '#title' => t('Offset'),
+    '#size' => 4,
+    '#description' => t('Offset in the node list or 0 to start at 1st item.'),
+  );
+
   $form['panel_args'] = array(
     '#type' => 'checkbox',
     '#title' => t('Send arguments'),
