X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=gui.c;h=7dab4466beb0e4b1ecb7f5d007ed0f7bf89db9d6;hp=a71a2a7c4ab2bf7355401f32450cdbab47837ae3;hb=07caf51b881e2f8e93fbcf529ea1a9b14a40f82e;hpb=152ea84aba06555f8b828fce19d9531e97ff0b21 diff --git a/gui.c b/gui.c index a71a2a7c..7dab4466 100644 --- a/gui.c +++ b/gui.c @@ -918,8 +918,8 @@ repeat: close(audiod_pipe); audiod_pipe = -1; clear_all_items(); - free(stat_content[SI_STATUS_BAR]); - stat_content[SI_STATUS_BAR] = + free(stat_content[SI_BASENAME]); + stat_content[SI_BASENAME] = para_strdup("audiod not running!?"); print_all_items(); }