Changeset 34bfedc41f1688e9d07a447404324a2d45948ed9


Ignore:
Timestamp:
11/03/10 13:13:35 (3 years ago)
Author:
Matias De la Puente <mfpuente.ar@…>
Children:
1d5f77bbd0da108c141189df93f24a60102ab9f3
Parents:
73d97807520553a5af69d47ed6af664c8404ffb2
git-committer:
Matias De la Puente <mfpuente.ar@…> (11/03/10 13:13:35)
Message:

Add logo to MainWindowView?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libi4uc/i4ucmainwindowview.vala

    r73d9780 r34bfedc  
    3131                this.destroy.connect (Gtk.main_quit); 
    3232                this.delete_event.connect (() => { return this.exit_clicked (); }); 
     33                 
     34                this.icon = new Gdk.Pixbuf.from_file (Path.build_filename (Config.PIXMAPS_DIR, "icon.png")); 
    3335                 
    3436                _action_group = new ActionGroup ("I4ucMainWindowActions"); 
Note: See TracChangeset for help on using the changeset viewer.