summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_ops.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2016-07-25 14:51:23 +0200
committerRobin Gareus <robin@gareus.org>2016-07-25 14:51:23 +0200
commitac8f4baa002db37506a84088861b7a288dcdfae6 (patch)
tree970d5b68daa49f5c2358a866f775651d26e88727 /gtk2_ardour/editor_ops.cc
parent3953879d4d423e3d7f79b1913b4ff6fe502c6542 (diff)
add some flush_pending timeouts
Diffstat (limited to 'gtk2_ardour/editor_ops.cc')
-rw-r--r--gtk2_ardour/editor_ops.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk2_ardour/editor_ops.cc b/gtk2_ardour/editor_ops.cc
index c83e96d67f..5419ce9374 100644
--- a/gtk2_ardour/editor_ops.cc
+++ b/gtk2_ardour/editor_ops.cc
@@ -7909,7 +7909,7 @@ Editor::update_bring_in_message (Gtk::Label* label, uint32_t n, uint32_t total,
{
Timers::TimerSuspender t;
label->set_text (string_compose ("Copying %1, %2 of %3", name, n, total));
- Gtkmm2ext::UI::instance()->flush_pending ();
+ Gtkmm2ext::UI::instance()->flush_pending (1);
}
void
@@ -7929,7 +7929,7 @@ Editor::bring_all_sources_into_session ()
*/
Timers::TimerSuspender t;
- Gtkmm2ext::UI::instance()->flush_pending ();
+ Gtkmm2ext::UI::instance()->flush_pending (3);
cerr << " Do it\n";