[gnome-shell] Bug 578430 - Docs section regression



commit 7ae278f206bb64e0e5f43f60ed1b339fd771ae73
Author: Colin Walters <walters verbum org>
Date:   Thu Apr 9 10:53:24 2009 -0400

    Bug 578430 - Docs section regression
    
    This fixes a bad merge which broke the docs section.
---
 js/ui/overlay.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/js/ui/overlay.js b/js/ui/overlay.js
index 7717156..fee5987 100644
--- a/js/ui/overlay.js
+++ b/js/ui/overlay.js
@@ -618,7 +618,7 @@ Sideshow.prototype = {
     // changed, which is ensured by _setMoreDocsMode() and _unsetMoreDocsMode() functions. 
     _updateDocsSection: function() {
         if (this._moreDocsMode) {
-            this._docDisplay.setExpanded(true, this._width + this._additionalWidth,
+            this._docDisplay.setExpanded(true, this._width, this._additionalWidth,
                                          this._itemDisplayHeight + SIDESHOW_SECTION_MISC_HEIGHT,
                                          this._expandedSideshowColumns);
             this._moreDocsLink.setText("Less...");



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]