Use Glib::usleep in export_dialog.cc for portability

This commit is contained in:
Paul Davis 2013-07-11 22:07:25 -04:00
parent 32320ec31d
commit 981e7e7fbb
1 changed files with 1 additions and 1 deletions

View File

@ -328,7 +328,7 @@ ExportDialog::show_progress ()
if (gtk_events_pending()) {
gtk_main_iteration ();
} else {
usleep (10000);
Glib::usleep (10000);
}
}