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
This commit is contained in:
Jasper St. Pierre 2013-06-11 17:44:01 -04:00
parent 4cd832c05a
commit 308b1d6039

View File

@ -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"));