Dragging a file in SyncDlg could lead to crash
commit71a7408454d7e8aed323636cbf531e34c8770db5
authorSven Strickroth <email@cs-ware.de>
Sat, 22 Jun 2013 13:21:03 +0000 (22 15:21 +0200)
committerSven Strickroth <email@cs-ware.de>
Sat, 22 Jun 2013 13:21:03 +0000 (22 15:21 +0200)
tree41fcad4b07ef2685a04a2587311e0707d414198e
parent45652d417d1de0a00d7789368b1de6e2402ac43e
Dragging a file in SyncDlg could lead to crash

The SyncDlg calculates the file-list on its own, so m_arStatusArray is empty.

Signed-off-by: Sven Strickroth <email@cs-ware.de>
src/Git/GitStatusListCtrl.cpp