Make the close button in the config info dialog work.

git-svn-id: svn://localhost/ardour2/branches/3.0@11662 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2012-03-13 17:03:20 +00:00
parent 6911641427
commit 7149ca74e6
1 changed files with 2 additions and 1 deletions

View File

@ -602,6 +602,7 @@ About::show_config_info ()
config_info = new ConfigInfoDialog;
}
config_info->present ();
config_info->run ();
config_info->hide ();
}