'gtk2_ardour' - One further Glib::usleep needed
authorJohn Emmas <johne53@tiscali.co.uk>
Sun, 6 Oct 2013 09:52:41 +0000 (10:52 +0100)
committerJohn Emmas <johne53@tiscali.co.uk>
Sun, 6 Oct 2013 09:52:41 +0000 (10:52 +0100)
gtk2_ardour/export_video_dialog.cc

index 7f6fcc2a8ad80088010e60f392479b48d1f322a4..f1179a66350878cd0d2b292890edaae7bae1094a 100644 (file)
@@ -561,7 +561,7 @@ ExportVideoDialog::launch_export ()
                if (gtk_events_pending()) {
                        gtk_main_iteration ();
                } else {
-                       usleep (10000);
+                       Glib::usleep (10000);
                }
        }
        audio_progress_connection.disconnect();