Merge lp:~themuso/unity-greeter/improve-shutdown-dialog-a11y into lp:unity-greeter

Proposed by Luke Yelavich
Status: Merged
Approved by: Robert Ancell
Approved revision: 1128
Merged at revision: 1133
Proposed branch: lp:~themuso/unity-greeter/improve-shutdown-dialog-a11y
Merge into: lp:unity-greeter
Diff against target: 25 lines (+7/-0)
2 files modified
debian/changelog (+6/-0)
src/shutdown-dialog.vala (+1/-0)
To merge this branch: bzr merge lp:~themuso/unity-greeter/improve-shutdown-dialog-a11y
Reviewer Review Type Date Requested Status
PS Jenkins bot (community) continuous-integration Approve
Robert Ancell Approve
Review via email: mp+207057@code.launchpad.net

Commit message

Shutdown dialog: Set the accessible name for the option buttons.

Description of the change

Shutdown dialog: Set the accessible name for the option buttons.

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :

FAILED: Continuous integration, rev:1128
No commit message was specified in the merge proposal. Click on the following link and set the commit message (if you want a jenkins rebuild you need to trigger it yourself):
https://code.launchpad.net/~themuso/unity-greeter/improve-shutdown-dialog-a11y/+merge/207057/+edit-commit-message

http://jenkins.qa.ubuntu.com/job/unity-greeter-ci/35/
Executed test runs:
    SUCCESS: http://jenkins.qa.ubuntu.com/job/unity-greeter-trusty-amd64-ci/18
    SUCCESS: http://jenkins.qa.ubuntu.com/job/unity-greeter-trusty-armhf-ci/18

Click here to trigger a rebuild:
http://s-jenkins.ubuntu-ci:8080/job/unity-greeter-ci/35/rebuild

review: Needs Fixing (continuous-integration)
Revision history for this message
Robert Ancell (robert-ancell) :
review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2014-02-05 12:36:59 +0000
3+++ debian/changelog 2014-02-18 22:29:01 +0000
4@@ -1,3 +1,9 @@
5+unity-greeter (14.04.2-0ubuntu3) UNRELEASED; urgency=medium
6+
7+ * Shutdown dialog: Set the accessible name for the option buttons.
8+
9+ -- Luke Yelavich <themuso@ubuntu.com> Mon, 17 Feb 2014 09:14:59 +1100
10+
11 unity-greeter (14.04.2-0ubuntu2) trusty; urgency=medium
12
13 * debian/control:
14
15=== modified file 'src/shutdown-dialog.vala'
16--- src/shutdown-dialog.vala 2013-11-13 23:20:06 +0000
17+++ src/shutdown-dialog.vala 2014-02-18 22:29:01 +0000
18@@ -538,6 +538,7 @@
19 l.override_color (Gtk.StateFlags.NORMAL, { 1.0f, 1.0f, 1.0f, 0.0f });
20 l.override_color (Gtk.StateFlags.FOCUSED, { 1.0f, 1.0f, 1.0f, 1.0f });
21 l.override_color (Gtk.StateFlags.ACTIVE, { 1.0f, 1.0f, 1.0f, 1.0f });
22+ this.get_accessible ().set_name (l.get_text ());
23 }
24
25 UnityGreeter.add_style_class (this);

Subscribers

People subscribed via source and target branches