--- jquery_ui.module	2009-04-24 11:53:00.000000000 -0500
+++ jquery_ui.module	2009-04-24 11:52:39.000000000 -0500
@@ -27,7 +27,7 @@ define('JQUERY_UI_PATH', drupal_get_path
  */
 function jquery_ui_add($files = array()) {
   static $loaded_files, $ui_core, $effects_core;
-  $jquery_ui_path = JQUERY_UI_PATH . '/ui';
+  $jquery_ui_path = JQUERY_UI_PATH . '/development-bundle/ui';
   $compression = variable_get('jquery_ui_compression_type', 'minified');
 
   // Convert file to an array if it's not one already, to compensate for
@@ -109,8 +109,8 @@ function jquery_ui_admin_settings() {
 function jquery_ui_get_version() {
   $version = 0;
 
-  if (file_exists(JQUERY_UI_PATH . '/version.txt')) {
-    $version = file_get_contents(JQUERY_UI_PATH . '/version.txt');
+  if (file_exists(JQUERY_UI_PATH . '/development-bundle/version.txt')) {
+    $version = file_get_contents(JQUERY_UI_PATH . '/development-bundle/version.txt');
   }
 
   return $version;
