From 6ccffbaf0937c7814f3c49510859d13bc033df99 Mon Sep 17 00:00:00 2001 From: André Nusser Date: Sun, 1 Nov 2015 21:00:05 +0100 Subject: Improve behavior of overwrite_file_dialog. - Make overwrite file dialogs transient. - Cancelling the overwrite dialog doesn't close initial dialog. --- gtk2_ardour/utils_videotl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk2_ardour/utils_videotl.h') diff --git a/gtk2_ardour/utils_videotl.h b/gtk2_ardour/utils_videotl.h index 7f6f6052af..a7d0908a34 100644 --- a/gtk2_ardour/utils_videotl.h +++ b/gtk2_ardour/utils_videotl.h @@ -34,7 +34,7 @@ namespace VideoUtils { -bool confirm_video_outfn (std::string, std::string docroot=""); +bool confirm_video_outfn (Gtk::Window& parent, std::string, std::string docroot=""); std::string video_dest_dir (const std::string, const std::string); std::string video_dest_file (const std::string, const std::string); std::string strip_file_extension (const std::string infile); -- cgit v1.2.3