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

Proposed by Cody Garver
Status: Merged
Merged at revision: 687
Proposed branch: lp:~codygarver/granite/fix-1277769
Merge into: lp:~elementary-pantheon/granite/granite
Diff against target: 12 lines (+1/-1)
1 file modified
lib/Widgets/DynamicNotebook.vala (+1/-1)
To merge this branch: bzr merge lp:~codygarver/granite/fix-1277769
Reviewer Review Type Date Requested Status
Danielle Foré Approve
Review via email: mp+205492@code.launchpad.net

Commit message

Change recently closed tab icon to document-open-recent-symbolic to fix bug #1277769

To post a comment you must log in.
Revision history for this message
Danielle Foré (danrabbit) :
review: Approve
Revision history for this message
RabbitBot (rabbitbot-a) wrote :

The `tree_dir` option for the target branch is not a lightweight checkout. Please ask a project administrator to resolve the issue, and try again.

Revision history for this message
RabbitBot (rabbitbot-a) wrote :

The `tree_dir` option for the target branch is not a lightweight checkout. Please ask a project administrator to resolve the issue, and try again.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'lib/Widgets/DynamicNotebook.vala'
2--- lib/Widgets/DynamicNotebook.vala 2014-01-23 12:55:48 +0000
3+++ lib/Widgets/DynamicNotebook.vala 2014-02-08 23:36:43 +0000
4@@ -702,7 +702,7 @@
5 this.notebook.set_action_widget (add_button_box, Gtk.PackType.START);
6
7 restore_button = new Gtk.Button ();
8- restore_button.add (new Gtk.Image.from_icon_name ("user-trash-symbolic", Gtk.IconSize.MENU));
9+ restore_button.add (new Gtk.Image.from_icon_name ("document-open-recent-symbolic", Gtk.IconSize.MENU));
10 restore_button.margin_right = 5;
11 restore_button.set_relief (Gtk.ReliefStyle.NONE);
12 restore_button.tooltip_text = _("Closed Tabs");

Subscribers

People subscribed via source and target branches