Index: includes/jcarousel.views.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/jcarousel/includes/Attic/jcarousel.views.inc,v
retrieving revision 1.1.2.4
diff -u -r1.1.2.4 jcarousel.views.inc
--- includes/jcarousel.views.inc	20 Dec 2010 17:12:38 -0000	1.1.2.4
+++ includes/jcarousel.views.inc	20 Dec 2010 17:55:45 -0000
@@ -124,10 +124,10 @@
     $count++;
   }
 
-  // If there is just one item and wrap is circular, change it to both.
-  // This change makes it so that single items don't rotate or have arrows.
-  if ($count == 1 && $options['wrap'] = 'circular') {
-    $options['wrap'] = 'both';
+  // If there is just one item disable the auto-scroll and rotation.
+  if ($count == 1) {
+    $options['wrap'] = NULL;
+    $options['auto'] = 0;
   }
 
   // If using AJAX, adjust the view's positioning based on the current page.
