Changeset 1463 for trunk/dll/draglist.c


Ignore:
Timestamp:
Sep 20, 2009, 8:08:46 PM (16 years ago)
Author:
Gregg Young
Message:

Fixed typo in changes to fix ticket 391 (drag from pmmail error messages)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/draglist.c

    r1461 r1463  
    7474
    7575//# ifdef  USE_FAST_FREE
    76   if (IsFm2Window(pDInfo->hwndSource, FALSE)) {
     76  if (!IsFm2Window(pDInfo->hwndSource, FALSE)) {
    7777    if (!DrgDeleteDraginfoStrHandles(pDInfo)) {
    7878      Win_Error(hwnd, hwnd, pszSrcFile, __LINE__,
Note: See TracChangeset for help on using the changeset viewer.