[gnome-shell/wip/aggregate-menu: 39/99] dateMenu: Remove bad setColumnWidths call



commit 308b1d60399361b9ddd809e5fd07e913de935e4e
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Tue Jun 11 17:44:01 2013 -0400

    dateMenu: Remove bad setColumnWidths call
    
    The correct API is to pass in an array, so I don't even know how
    this managed to work before.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=702125

 js/ui/dateMenu.js |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/js/ui/dateMenu.js b/js/ui/dateMenu.js
index 9d6dc55..3e522ac 100644
--- a/js/ui/dateMenu.js
+++ b/js/ui/dateMenu.js
@@ -80,7 +80,6 @@ const DateMenuButton = new Lang.Class({
         vbox.add(this._calendar.actor);
 
         let separator = new PopupMenu.PopupSeparatorMenuItem();
-        separator.setColumnWidths(1);
         vbox.add(separator.actor, {y_align: St.Align.END, expand: true, y_fill: false});
 
         this._openCalendarItem = new PopupMenu.PopupMenuItem(_("Open Calendar"));


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