~teejee2008/timeshift/trunk

« back to all changes in this revision

Viewing changes to src/Gtk/MainWindow.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:
291
291
                lbl_free_space.justify = Gtk.Justification.CENTER;
292
292
                vbox.add(lbl_free_space);
293
293
 
294
 
                // TODO: add a refresh button for device when device is offline
 
294
                // TODO: medium: add a refresh button for device when device is offline
295
295
 
296
 
                // TODO: refresh device list automatically when a device is plugged in
 
296
                // TODO: low: refresh device list automatically when a device is plugged in
297
297
        }
298
298
        
299
299
    private bool menu_extra_popup(Gdk.EventButton? event){