From aa78fb928b116c63a883679d2d199063a68c9bce Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Fri, 5 Nov 2010 20:36:44 +0000 Subject: try to sensibly handle repeated imports of the same file. the same thing might be required for embeds git-svn-id: svn://localhost/ardour2/branches/3.0@7975 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/interthread_progress_window.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'gtk2_ardour/interthread_progress_window.cc') diff --git a/gtk2_ardour/interthread_progress_window.cc b/gtk2_ardour/interthread_progress_window.cc index 6cd1d8686a..8d446830f3 100644 --- a/gtk2_ardour/interthread_progress_window.cc +++ b/gtk2_ardour/interthread_progress_window.cc @@ -49,6 +49,7 @@ InterthreadProgressWindow::InterthreadProgressWindow (ARDOUR::InterThreadInfo* i set_default_size (200, 100); show_all (); + hide (); Glib::signal_timeout().connect (sigc::mem_fun (*this, &InterthreadProgressWindow::update), 100); } -- cgit v1.2.3