~mims-michael/pantheon-terminal/fix-1432727

« back to all changes in this revision

Viewing changes to src/Settings.vala

  • Committer: Michael Mims
  • Date: 2015-03-19 14:55:49 UTC
  • Revision ID: mims.michael@gmail.com-20150319145549-f9glo3dupuqijb65
Remove whitespace and unneeded varibles.

Show diffs side-by-side

added added

removed removed

Lines of Context:
75
75
        public bool save_exited_tabs { get; set; }
76
76
        public Granite.Widgets.DynamicNotebook.TabBarBehavior tab_bar_behavior { get; set; }
77
77
        public bool prefer_dark_theme { get; set; }
78
 
        
 
78
 
79
79
        public Settings ()  {
80
80
            base ("org.pantheon.terminal.settings");
81
81
        }