SVN revision: 17416
This commit is contained in:
sebastid 2005-10-10 22:42:42 +00:00 committed by sebastid
parent a5a17eb3cb
commit caf4746cd1
1 changed files with 12 additions and 10 deletions

View File

@ -1015,7 +1015,9 @@ _e_fm_selections_add_rect(E_Fileman_Smart_Data *sd, Evas_Coord x, Evas_Coord y,
{
_e_fm_selections_add(file);
}
} else {
}
else
{
if (file->state.selected) // todo: add control+rubberband
_e_fm_selections_del(file);
}