~teejee2008/timeshift/trunk

« back to all changes in this revision

Viewing changes to src/Gtk/BackupBox.vala

  • Committer: Tony George
  • Date: 2016-10-05 06:56:05 UTC
  • Revision ID: tony.george.kol@gmail.com-20161005065605-xhm9kcr7twp3b3ib
Disabled ionice options

Show diffs side-by-side

added added

removed removed

Lines of Context:
187
187
                                }
188
188
                        }
189
189
 
190
 
                        // TODO: show estimated time remaining and file counts
191
 
 
192
190
                        double fraction = App.task.progress;
193
191
 
194
192
                        // time remaining
204
202
                                progressbar.fraction = fraction;
205
203
                        }
206
204
 
207
 
                        lbl_msg.label = App.progress_text;
 
205
                        lbl_msg.label = escape_html(App.progress_text);
208
206
 
209
207
                        lbl_unchanged.label = "%'d".printf(App.task.count_unchanged);
210
208
                        lbl_created.label = "%'d".printf(App.task.count_created);
223
221
                        //gtk_do_events();
224
222
                }
225
223
 
226
 
                //TODO: check errors.
 
224
                //TODO: low: check if snapshot was created successfully.
227
225
        }
228
226
        
229
227
        private void take_snapshot_thread(){