]> err.no Git - mapper/commitdiff
Show the progress dialog
authorKaj-Michael Lang <milang@tal.org>
Wed, 9 Apr 2008 08:33:36 +0000 (11:33 +0300)
committerKaj-Michael Lang <milang@tal.org>
Wed, 9 Apr 2008 08:33:36 +0000 (11:33 +0300)
src/import-gui.c

index 69509fde164168b8589377328e0ae9473443eb80..7efdd6ec2ddd26dfd33563721c12d4ca1bb9dfd2 100644 (file)
@@ -97,6 +97,7 @@ while (GTK_RESPONSE_ACCEPT==gtk_dialog_run(GTK_DIALOG(dialog))) {
        if (planet && db) {
                progress=gtk_progress_bar_new();
                import_dialog=progress_dialog(window, "Importing OSM data...", progress);
+               gtk_widget_show_all(import_dialog);
 
                if (osm_import_bg(planet, db, osm_import_progress_cb, osm_import_done_cb)==TRUE) {
                        break;