~midori/midori/per-site-preferences

« back to all changes in this revision

Viewing changes to midori/midori-settings.vala

  • Committer: Tarmac
  • Author(s): Christian Dywan, Paweł Forysiuk
  • Date: 2013-12-09 11:40:39 UTC
  • mfrom: (6441.2.31 midori.deathnote)
  • Revision ID: tarmac-20131209114039-xxqeilfy3i0jkukp
Introduce notebook class converging separate implementations

Show diffs side-by-side

added added

removed removed

Lines of Context:
153
153
        public bool close_buttons_on_tabs { get; set; default = true; }
154
154
        public bool open_tabs_in_the_background { get; set; default = true; }
155
155
        public bool open_tabs_next_to_current { get; set; default = true; }
 
156
        // [Deprecated (since = "0.5.7")]
156
157
        public bool always_show_tabbar { get; set; default = true; }
157
158
 
158
159
        public string homepage { get; set; default = "about:search"; }