~teejee2008/timeshift/trunk

« back to all changes in this revision

Viewing changes to src/RestoreWindow.vala

  • Committer: Tony George
  • Date: 2014-08-15 13:35:32 UTC
  • Revision ID: tony.george.kol@gmail.com-20140815133532-k02hmyogarn4ykrk
Updated toolbar icons

Show diffs side-by-side

added added

removed removed

Lines of Context:
100
100
                this.set_modal (true);
101
101
        this.set_default_size (550, 500);
102
102
                this.skip_taskbar_hint = true;
103
 
                this.icon = App.get_app_icon(16);
 
103
                this.icon = get_app_icon(16);
104
104
                
105
105
            //vbox_main
106
106
        vbox_main = get_content_area ();