[gnome-shell] Bug 578430 - Followup fix for docs



commit f5aed5127b11725f19015204005d0cdffbc4fe9a
Author: Colin Walters <walters verbum org>
Date:   Thu Apr 9 11:01:41 2009 -0400

    Bug 578430 - Followup fix for docs
    
    This commit follows up on 6760de9965c32f9f75901d3699aa7f2cb086f856
    and adds the corresponding fix for "Less...".
---
 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 fee5987..83aee0c 100644
--- a/js/ui/overlay.js
+++ b/js/ui/overlay.js
@@ -626,7 +626,7 @@ Sideshow.prototype = {
             this.actor.add_actor(this._details);
             this._details.append(this._docDisplay.selectedItemDetails, Big.BoxPackFlags.NONE);
         } else {
-            this._docDisplay.setExpanded(false, this._width,
+            this._docDisplay.setExpanded(false, this._width, 0,
                                          this._docsSectionDefaultHeight - SIDESHOW_SECTION_MISC_HEIGHT,
                                          SIDESHOW_COLUMNS);
             this._moreDocsLink.setText("More...");



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