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
=== modified file 'Audience/Audience.vala'
--- Audience/Audience.vala 2012-07-27 00:03:13 +0000
+++ Audience/Audience.vala 2012-08-01 18:13:21 +0000
@@ -141,6 +141,7 @@
141 mainbox.pack_start (clutter);141 mainbox.pack_start (clutter);
142 142
143 this.mainwindow.title = program_name;143 this.mainwindow.title = program_name;
144 this.mainwindow.icon_name = app_icon;
144 this.mainwindow.window_position = Gtk.WindowPosition.CENTER;145 this.mainwindow.window_position = Gtk.WindowPosition.CENTER;
145 this.mainwindow.set_application (this);146 this.mainwindow.set_application (this);
146 this.mainwindow.add (mainbox);147 this.mainwindow.add (mainbox);

Subscribers

People subscribed via source and target branches

to all changes: