~audience-members/audience/trunk

« back to all changes in this revision

Viewing changes to Audience/Audience.vala

  • Committer: Cody Garver
  • Date: 2012-08-01 18:11:35 UTC
  • mto: This revision was merged to the branch mainline in revision 211.
  • Revision ID: codygarver@gmail.com-20120801181135-pykeo6eaxsjhmxe8
Add icon_name to fix bug #1031195.

Show diffs side-by-side

added added

removed removed

Lines of Context:
141
141
            mainbox.pack_start (clutter);
142
142
            
143
143
            this.mainwindow.title = program_name;
 
144
            this.mainwindow.icon_name = app_icon;
144
145
            this.mainwindow.window_position = Gtk.WindowPosition.CENTER;
145
146
            this.mainwindow.set_application (this);
146
147
            this.mainwindow.add (mainbox);