projects
/
pihpsdr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3bdd022
)
More delay in "status text" display loop
author
DL1YCF
<dl1ycf@darc.de>
Sun, 22 Aug 2021 11:02:01 +0000
(13:02 +0200)
committer
DL1YCF
<dl1ycf@darc.de>
Sun, 22 Aug 2021 11:02:01 +0000
(13:02 +0200)
main.c
patch
|
blob
|
history
diff --git
a/main.c
b/main.c
index 15b031b218d2b0c3644adcc9bc89a76d86feb451..cd13802f7f63da0bf999f0a1b843fa407da085ab 100644
(file)
--- a/
main.c
+++ b/
main.c
@@
-87,7
+87,7
@@
static GtkWidget *status;
void status_text(char *text) {
//fprintf(stderr,"splash_status: %s\n",text);
gtk_label_set_text(GTK_LABEL(status),text);
- usleep(10000);
+ usleep(10000
0
);
while (gtk_events_pending ())
gtk_main_iteration ();
}