mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +00:00
dtfile/Command: CID 88819
This commit is contained in:
parent
7d77cc21e0
commit
ca7c8308e1
1 changed files with 3 additions and 2 deletions
|
@ -1003,7 +1003,7 @@ ProcessBufferDropOnFolder (
|
||||||
{
|
{
|
||||||
DirectorySet * directory_data;
|
DirectorySet * directory_data;
|
||||||
char * directory_name;
|
char * directory_name;
|
||||||
FileViewData * file_view_data;
|
FileViewData * file_view_data = NULL;
|
||||||
int j;
|
int j;
|
||||||
|
|
||||||
DeselectAllFiles (file_mgr_data);
|
DeselectAllFiles (file_mgr_data);
|
||||||
|
@ -1024,7 +1024,8 @@ ProcessBufferDropOnFolder (
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
PositionFileView(file_view_data, file_mgr_data);
|
if (file_view_data)
|
||||||
|
PositionFileView(file_view_data, file_mgr_data);
|
||||||
}
|
}
|
||||||
} /* endif for Tree View */
|
} /* endif for Tree View */
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue