Merge lp:~codygarver/granite/fix-1522165 into lp:~elementary-pantheon/granite/granite

Proposed by Cody Garver
Status: Merged
Approved by: Sam Hewitt
Approved revision: 921
Merged at revision: 921
Proposed branch: lp:~codygarver/granite/fix-1522165
Merge into: lp:~elementary-pantheon/granite/granite
Diff against target: 11 lines (+1/-1)
1 file modified
demo/GraniteDemo.vala (+1/-1)
To merge this branch: bzr merge lp:~codygarver/granite/fix-1522165
Reviewer Review Type Date Requested Status
Sam Hewitt Pending
Review via email: mp+281966@code.launchpad.net

Commit message

GraniteDemo: Change help-info icon to dialog-information (lp:1522165)

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'demo/GraniteDemo.vala'
2--- demo/GraniteDemo.vala 2015-12-03 17:15:37 +0000
3+++ demo/GraniteDemo.vala 2016-01-08 03:29:14 +0000
4@@ -94,7 +94,7 @@
5 headerbar.subtitle = "Demo Window";
6 headerbar.show_close_button = true;
7
8- var about_button = new Gtk.Button.from_icon_name ("help-info", Gtk.IconSize.LARGE_TOOLBAR);
9+ var about_button = new Gtk.Button.from_icon_name ("dialog-information", Gtk.IconSize.LARGE_TOOLBAR);
10 about_button.tooltip_text = "About this application";
11 about_button.clicked.connect (() => {show_about (window);});
12

Subscribers

People subscribed via source and target branches