Merge lp:~codygarver/audience/fix-1031195 into lp:~audience-members/audience/trunk

Proposed by Cody Garver
Status: Merged
Approved by: Pim Vullers
Approved revision: 209
Merged at revision: 211
Proposed branch: lp:~codygarver/audience/fix-1031195
Merge into: lp:~audience-members/audience/trunk
Diff against target: 11 lines (+1/-0)
1 file modified
Audience/Audience.vala (+1/-0)
To merge this branch: bzr merge lp:~codygarver/audience/fix-1031195
Reviewer Review Type Date Requested Status
Pim Vullers (community) Approve
Review via email: mp+117755@code.launchpad.net

Commit message

Add icon_name to fix bug #1031195.

To post a comment you must log in.
Revision history for this message
Pim Vullers (pimvullers) wrote :

You could have fixed this in trunk directly.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'Audience/Audience.vala'
2--- Audience/Audience.vala 2012-07-27 00:03:13 +0000
3+++ Audience/Audience.vala 2012-08-01 18:13:21 +0000
4@@ -141,6 +141,7 @@
5 mainbox.pack_start (clutter);
6
7 this.mainwindow.title = program_name;
8+ this.mainwindow.icon_name = app_icon;
9 this.mainwindow.window_position = Gtk.WindowPosition.CENTER;
10 this.mainwindow.set_application (this);
11 this.mainwindow.add (mainbox);

Subscribers

People subscribed via source and target branches

to all changes: