Index: contrib/views_slideshow_singleframe/views_slideshow_singleframe.theme.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/views_slideshow/contrib/views_slideshow_singleframe/Attic/views_slideshow_singleframe.theme.inc,v
retrieving revision 1.1.2.1.2.19
diff -u -p -r1.1.2.1.2.19 views_slideshow_singleframe.theme.inc
--- contrib/views_slideshow_singleframe/views_slideshow_singleframe.theme.inc	1 Mar 2010 11:05:12 -0000	1.1.2.1.2.19
+++ contrib/views_slideshow_singleframe/views_slideshow_singleframe.theme.inc	29 Mar 2010 03:35:22 -0000
@@ -113,7 +113,9 @@ function theme_views_slideshow_singlefra
 
   $output = "<div$attributes>";
   $output .= theme('views_slideshow_singleframe_control_previous', $id, $view, $options);
-  $output .= theme('views_slideshow_singleframe_control_pause', $id, $view, $options);
+  if ($options['singleframe']['timeout']) {
+    $output .= theme('views_slideshow_singleframe_control_pause', $id, $view, $options);
+  }
   $output .= theme('views_slideshow_singleframe_control_next', $id, $view, $options);
   $output .= "</div>\n";
   return $output;
