Merge lp:~kalikiana/midori/reloadicon2 into lp:midori

Proposed by Cris Dywan
Status: Merged
Approved by: Paweł Forysiuk
Approved revision: 6260
Merged at revision: 6262
Proposed branch: lp:~kalikiana/midori/reloadicon2
Merge into: lp:midori
Diff against target: 11 lines (+1/-0)
1 file modified
data/error.html (+1/-0)
To merge this branch: bzr merge lp:~kalikiana/midori/reloadicon2
Reviewer Review Type Date Requested Status
Paweł Forysiuk Approve
Review via email: mp+174540@code.launchpad.net

Commit message

Restore reload button icon in error pages

Description of the change

Restore reload button icon in error pages

This fixes a regression. The icon will show as on native buttons if button icons are enabled.

To post a comment you must log in.
Revision history for this message
Paweł Forysiuk (tuxator) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'data/error.html'
2--- data/error.html 2013-06-27 20:31:32 +0000
3+++ data/error.html 2013-07-13 11:24:22 +0000
4@@ -18,6 +18,7 @@
5 </div>
6 <form method="GET" action="{uri}" id="button">
7 <button type="submit" onclick="location.reload(); return false;" autofocus="true" >
8+ <img style="{hide-button-images}" src="stock://gtk-refresh"/>
9 <span>{tryagain}</span>
10 </button>
11 </form>

Subscribers

People subscribed via source and target branches

to all changes: