Changeset 1834


Ignore:
Timestamp:
Jul 15, 2015, 2:41:31 AM (10 years ago)
Author:
Gregg Young
Message:

Changes so the dialog based rename updates all containers including the tree (actually not the collector) Ticket 556

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/worker.c

    r1822 r1834  
    997997                                    &files, &cFilesModified, &cItemsAllocated)))
    998998                        Broadcast(hab2,
    999                                   wk->hwndCnr,
     999                                  wk->li->type == IDM_RENAME ? wk->hwndParent : wk->hwndCnr,
    10001000                                  UM_UPDATERECORD,
    10011001                                  MPFROMP(wk->li->list[x]), MPVOID);
     
    10041004                          AddToList(newname, &files, &cFilesModified, &cItemsAllocated))
    10051005                        Broadcast(hab2,
    1006                                   wk->hwndCnr,
     1006                                  wk->li->type == IDM_RENAME ? wk->hwndParent : wk->hwndCnr,
    10071007                                  UM_UPDATERECORD, MPFROMP(newname), MPVOID);
    10081008                    }
Note: See TracChangeset for help on using the changeset viewer.