Index: theme/views_slideshow.theme.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/views_slideshow/theme/Attic/views_slideshow.theme.inc,v
retrieving revision 1.1.2.8
diff -u -p -r1.1.2.8 views_slideshow.theme.inc
--- theme/views_slideshow.theme.inc	9 Jan 2011 06:31:54 -0000	1.1.2.8
+++ theme/views_slideshow.theme.inc	17 Jan 2011 22:52:31 -0000
@@ -120,7 +120,7 @@ function theme_views_slideshow_pager_wid
   $attributes['class'] = 'widget_pager widget_pager_' . $location;
   $attributes['id'] = 'widget_pager_' . $location . '_' . $vss_id;
   
-  return theme($settings['type'] . '_render', $vss_id, $view, $settings, $location, $rows, $attributes);
+  return theme($settings['type'] . '_render', $vss_id, $view, $settings, $location, $attributes);
 }
 
 /**
