~teejee2008/timeshift/trunk

« back to all changes in this revision

Viewing changes to src/Gtk/SettingsWindow.vala

  • Committer: Tony George
  • Date: 2017-01-26 06:10:54 UTC
  • Revision ID: tony.george.kol@gmail.com-20170126061054-n4ny40gxcktrzqe4
Code cleanup

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
 
35
35
class SettingsWindow : Gtk.Window{
36
36
        private Gtk.Box vbox_main;
37
 
        private Gtk.Notebook notebook;
38
37
        private Gtk.StackSwitcher switcher;
39
38
        private Gtk.Stack stack;
40
39