Code review comment for lp:~themuso/unity/improve-shutdown-dialog-a11y

Revision history for this message
Marco Trevisan (TreviƱo) (3v1n0) wrote :

412 + highlight_change.emit();

424 + sigc::signal<void> highlight_change;

You don't need that, I'm using a nux::Property for highlighted, and it already supports signaling.

Just connect to highlighted.changed signal ;)

review: Needs Fixing

« Back to merge proposal