From d8a61c89710649bc30da3abd3c755dd9f34acb52 Mon Sep 17 00:00:00 2001
From: webchick <webchick@24967.no-reply.drupal.org>
Date: Mon, 25 Jun 2012 13:34:27 -0700
Subject: [PATCH] Issue #1085590 follow-up by Rob Loach, tim.plunkett: Add
 CHANGELOG.txt entry, fix typos.

---
 core/CHANGELOG.txt                | 1 +
 core/modules/system/system.module | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/core/CHANGELOG.txt b/core/CHANGELOG.txt
index 27dc14ca8df3..750f685b59e1 100644
--- a/core/CHANGELOG.txt
+++ b/core/CHANGELOG.txt
@@ -28,6 +28,7 @@ Drupal 8.0, xxxx-xx-xx (development version)
     * Support for generating and validating UUIDs.
 - JavaScript changes:
     * Updated to jQuery 1.7
+    * Updated to jQuery UI 1.9
 - Tremendously improved language support all around.
     * Great language improvements for users:
       * Improved language selection with user preference detection in the
diff --git a/core/modules/system/system.module b/core/modules/system/system.module
index d43455e279d2..796f590f9c4e 100644
--- a/core/modules/system/system.module
+++ b/core/modules/system/system.module
@@ -1526,7 +1526,7 @@ function system_library_info() {
     'website' => 'http://jqueryui.com/demos/position/',
     'version' => $libraries['jquery.ui.core']['version'],
     'js' => array(
-      'core/misc/ui/jquery.ui.position.min.js' => array(),
+      'core/misc/ui/ui/jquery.ui.position.min.js' => array(),
     ),
   );
   $libraries['jquery.ui.progressbar'] = array(
@@ -1657,7 +1657,7 @@ function system_library_info() {
       'core/misc/ui/ui/jquery.ui.widget.js' => array('group' => JS_LIBRARY, 'weight' => -10),
     ),
     'dependencies' => array(
-      array('system', 'ui'),
+      array('system', 'jquery.ui.core'),
     ),
   );
   $libraries['jquery.effects.core'] = array(
-- 
GitLab