popupMenu: Fix last commit

A missing git commit --amend meant we weren't showing the right icon.
This commit is contained in:
Jasper St. Pierre 2014-06-24 14:36:59 -04:00
parent 88faee4c79
commit 6d66afc14e

View File

@ -63,7 +63,7 @@ function arrowIcon(side) {
} }
let arrow = new St.Icon({ style_class: 'popup-menu-arrow', let arrow = new St.Icon({ style_class: 'popup-menu-arrow',
icon_name: 'pan-end-symbolic', icon_name: iconName,
accessible_role: Atk.Role.ARROW, accessible_role: Atk.Role.ARROW,
y_expand: true, y_expand: true,
y_align: Clutter.ActorAlign.CENTER }); y_align: Clutter.ActorAlign.CENTER });