X-Git-Url: http://dolda2000.com/gitweb/?a=blobdiff_plain;f=daemon%2Fui.c;h=9be2c75e6c1010fecec04facc4b476e9e70a9dd0;hb=5e13cdca02069a1e65b7fd0631f29430c721c3ce;hp=50f20cf7d8ae15fdeff1a182005769cafc1157c7;hpb=a04fc9ff05662259e15e747efe00b9d5633282fc;p=doldaconnect.git diff --git a/daemon/ui.c b/daemon/ui.c index 50f20cf..9be2c75 100644 --- a/daemon/ui.c +++ b/daemon/ui.c @@ -1791,7 +1791,7 @@ static int transferchattr(struct transfer *transfer, wchar_t *attrib, void *uuda for(data = actives; data != NULL; data = data->next) { if(haspriv(data, PERM_TRANS) && data->notify.b.tract && ((transfer->owner == 0) || (transfer->owner == data->uid))) - newnotif(data, 617, NOTIF_ID, transfer->id, NOTIF_STR, (transfer->hash == NULL)?L"":unparsehash(transfer->hash), NOTIF_END); + newnotif(data, 618, NOTIF_ID, transfer->id, NOTIF_STR, (transfer->hash == NULL)?L"":unparsehash(transfer->hash), NOTIF_END); } } return(0);