Merge lp:~elementary-apps/pantheon-photos/window-icon-name into lp:~pantheon-photos/pantheon-photos/trunk

Proposed by Danielle Foré
Status: Merged
Approved by: Corentin Noël
Approved revision: 3116
Merged at revision: 3116
Proposed branch: lp:~elementary-apps/pantheon-photos/window-icon-name
Merge into: lp:~pantheon-photos/pantheon-photos/trunk
Diff against target: 11 lines (+1/-0)
1 file modified
src/AppWindow.vala (+1/-0)
To merge this branch: bzr merge lp:~elementary-apps/pantheon-photos/window-icon-name
Reviewer Review Type Date Requested Status
Photos Devs Pending
Review via email: mp+314785@code.launchpad.net

Commit message

Set window icon name

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 'src/AppWindow.vala'
2--- src/AppWindow.vala 2017-01-12 18:13:48 +0000
3+++ src/AppWindow.vala 2017-01-15 18:55:37 +0000
4@@ -433,6 +433,7 @@
5 // although there are multiple AppWindow types, only one may exist per-process
6 assert (instance == null);
7 instance = this;
8+ icon_name = "multimedia-photo-manager";
9
10 header = new Gtk.HeaderBar ();
11 header.set_show_close_button (true);

Subscribers

People subscribed via source and target branches