X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=aft.c;h=b4adbacf6e2a93b17c25f11bacb9845c47538c53;hb=e763809050b0c9a88cbb7fdf85082e33120efa9b;hp=5595071f2ade631b25db6872b13dcec978ba9141;hpb=92c6b27d3a3fb01cf516be2fa8885d07ca92c9c7;p=paraslash.git 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: