summaryrefslogtreecommitdiff
path: root/gtk2_ardour/rc_option_editor.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2012-12-23 20:34:43 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2012-12-23 20:34:43 +0000
commit74c9c806d2d7f2cea7ee16b4e7351d48118e1b02 (patch)
tree9d394190568634acc7e659cb74aa583c8e6f3ecb /gtk2_ardour/rc_option_editor.cc
parent8380c06e32704258459091d649a0eaa4d1d62814 (diff)
remove stay-on-top behavior from import dialog, and set its WM class
git-svn-id: svn://localhost/ardour2/branches/3.0@13721 d708f5d6-7413-0410-9779-e7cbd77b26cf
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 dab5a074f3..fef2b814fb 100644
--- a/gtk2_ardour/rc_option_editor.cc
+++ b/gtk2_ardour/rc_option_editor.cc
@@ -105,7 +105,7 @@ private:
void click_browse_clicked ()
{
- SoundFileChooser sfdb (*_parent, _("Choose Click"));
+ SoundFileChooser sfdb (_("Choose Click"));
if (sfdb.run () == RESPONSE_OK) {
click_chosen (sfdb.get_filename());
@@ -125,7 +125,7 @@ private:
void click_emphasis_browse_clicked ()
{
- SoundFileChooser sfdb (*_parent, _("Choose Click Emphasis"));
+ SoundFileChooser sfdb (_("Choose Click Emphasis"));
sfdb.show_all ();
sfdb.present ();