summaryrefslogtreecommitdiff
path: root/gtk2_ardour/rc_option_editor.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2015-07-09 12:40:51 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2016-02-22 15:31:21 -0500
commit552e995297d7706790ed2dfaab75749e914ad317 (patch)
tree3c797c1b3c2eccb82f3fbc56442acbdde6ce6473 /gtk2_ardour/rc_option_editor.cc
parent26a9471b6143b97b75ff9d65611365ba2c1029b4 (diff)
save/restore tabbable state
Diffstat (limited to 'gtk2_ardour/rc_option_editor.cc')
-rw-r--r--gtk2_ardour/rc_option_editor.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk2_ardour/rc_option_editor.cc b/gtk2_ardour/rc_option_editor.cc
index fee9e47094..1d78c8e855 100644
--- a/gtk2_ardour/rc_option_editor.cc
+++ b/gtk2_ardour/rc_option_editor.cc
@@ -3250,11 +3250,11 @@ RCOptionEditor::populate_sync_options ()
}
Gtk::Window*
-RCOptionEditor::use_own_window ()
+RCOptionEditor::use_own_window (bool and_fill_it)
{
bool new_window = !own_window();
- Gtk::Window* win = Tabbable::use_own_window ();
+ Gtk::Window* win = Tabbable::use_own_window (and_fill_it);
if (win && new_window) {
win->set_name ("PreferencesWindow");