Use Glib::usleep in export_dialog.cc for portability
This commit is contained in:
@@ -328,7 +328,7 @@ ExportDialog::show_progress ()
|
||||
if (gtk_events_pending()) {
|
||||
gtk_main_iteration ();
|
||||
} else {
|
||||
usleep (10000);
|
||||
Glib::usleep (10000);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user