/+junk/SAPG

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/%2Bjunk/SAPG

« back to all changes in this revision

Viewing changes to src/main.vala

  • Committer: Gustav Hartvigsson
  • Date: 2015-11-11 15:59:14 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20151111155914-zqhlectcpb2r1rtp
* Added new icons.

Show diffs side-by-side

added added

removed removed

Lines of Context:
100
100
 
101
101
    [GtkChild]
102
102
    public Gtk.ToggleButton tgl_btn_show_volume;
103
 
 
 
103
    
 
104
    [GtkChild]
 
105
    public Gtk
 
106
    
104
107
    public AppWinodw (Gtk.Application application) {
105
108
      Object (application: application);
106
109
      var icon_image = new Gtk.Image.from_resource ("/org/gego/sapg/icon.png");