We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ff58e4 commit 4659f4aCopy full SHA for 4659f4a
1 file changed
src/tle-update.c
@@ -564,12 +564,6 @@ void tle_update_from_network(gboolean silent,
564
text = g_strdup_printf(_("Fetching %s"), files[i]);
565
gtk_label_set_text(GTK_LABEL(label1), text);
566
g_free(text);
567
-
568
- /* Force the drawing queue to be processed otherwise there will
569
- not be any visual feedback, ie. frozen GUI
570
- - see Gtk+ FAQ http://www.gtk.org/faq/#AEN602
571
- */
572
- while (g_main_context_iteration(NULL, FALSE));
573
}
574
575
/* create local cache file ~/.config/Gpredict/satdata/cache/file-%d.tle */
0 commit comments