Changeset 1484 for trunk/dll/worker.c
- Timestamp:
- Dec 13, 2009, 9:16:07 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/worker.c
r1458 r1484 43 43 28 Jun 09 GKY Added AddBackslashToPath() to remove repeatative code. 44 44 26 Jul 09 GKY Fix failure of containers to update when Tree container isn't open in FM2 lite 45 13 Dec 09 GKY Attempt to fix container update issues with FM/2 lite 45 46 46 47 ***********************************************************************/ … … 937 938 GetPString(IDS_TOTEXT), newname); 938 939 } 939 if (! hwndTree||940 if (!strcmp(realappname, "FM/4") || 940 941 ((driveflags[*wk->li->targetpath - 'A'] & DRIVE_RSCANNED) && 941 942 AddToList(wk->li->list[x], … … 945 946 UM_UPDATERECORD, 946 947 MPFROMP(wk->li->list[x]), MPVOID); 947 if (! hwndTree ||948 if (!strcmp(realappname, "FM/4") 948 949 (driveflags[*wk->li->targetpath - 'A'] & DRIVE_RSCANNED) && 949 950 AddToList(newname, &files, &cFilesModified, &cItemsAllocated)) … … 1050 1051 1051 1052 if (files) { 1052 if (!hwndTree || (driveflags[*wk->li->targetpath - 'A'] & DRIVE_RSCANNED)) 1053 if (!strcmp(realappname, "FM/4") || !hwndTree || 1054 (driveflags[*wk->li->targetpath - 'A'] & DRIVE_RSCANNED)) 1053 1055 Broadcast(hab2, 1054 1056 wk->hwndCnr,
Note:
See TracChangeset
for help on using the changeset viewer.