X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=aft.c;fp=aft.c;h=b4adbacf6e2a93b17c25f11bacb9845c47538c53;hp=5595071f2ade631b25db6872b13dcec978ba9141;hb=e763809050b0c9a88cbb7fdf85082e33120efa9b;hpb=57a338b4f7a8346708636de18780eaec52750e96 diff --git a/aft.c b/aft.c index 5595071f..b4adbacf 100644 --- a/aft.c +++ b/aft.c @@ -2620,6 +2620,10 @@ static int aft_event_handler(enum afs_events event, struct para_buffer *pb, * current status items are affected and simply recreate them * every time. */ + ret = get_afhi_of_row(current_aft_row, + &status_item_ls_data.afhi); + if (ret < 0) + return ret; make_status_items(); return 0; } default: