Merge lp:~robert-ancell/unity-greeter/a11y-back-button into lp:unity-greeter

Proposed by Robert Ancell
Status: Merged
Approved by: Robert Ancell
Approved revision: 1083
Merged at revision: 1095
Proposed branch: lp:~robert-ancell/unity-greeter/a11y-back-button
Merge into: lp:unity-greeter
Diff against target: 11 lines (+1/-0)
1 file modified
src/main-window.vala (+1/-0)
To merge this branch: bzr merge lp:~robert-ancell/unity-greeter/a11y-back-button
Reviewer Review Type Date Requested Status
Robert Ancell Approve
PS Jenkins bot (community) continuous-integration Approve
Review via email: mp+200622@code.launchpad.net

Commit message

Add accessible description to back button

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
1083. By Robert Ancell

Kick Jenkins

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

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'src/main-window.vala'
--- src/main-window.vala 2013-11-13 04:28:36 +0000
+++ src/main-window.vala 2014-01-17 20:01:28 +0000
@@ -113,6 +113,7 @@
113 hbox.add (align);113 hbox.add (align);
114114
115 back_button = new FlatButton ();115 back_button = new FlatButton ();
116 back_button.get_accessible ().set_name (_("Back"));
116 back_button.focus_on_click = false;117 back_button.focus_on_click = false;
117 var image = new Gtk.Image.from_file (Path.build_filename (Config.PKGDATADIR, "arrow_left.png", null));118 var image = new Gtk.Image.from_file (Path.build_filename (Config.PKGDATADIR, "arrow_left.png", null));
118 image.show ();119 image.show ();

Subscribers

People subscribed via source and target branches