_Think_ this is the right fix... - report new files in new records

SVN revision: 13888
This commit is contained in:
handyande 2005-03-24 19:24:09 +00:00 committed by handyande
parent f618d7017e
commit 7a3a3397ec
1 changed files with 1 additions and 2 deletions

View File

@ -1116,7 +1116,7 @@ _ecore_x_event_handle_selection_notify(XEvent *xevent)
}
else
{
if (data[is] != '\r')
if (data[is] != '\n')
{
tmp[i++] = data[is];
}
@ -1128,7 +1128,6 @@ _ecore_x_event_handle_selection_notify(XEvent *xevent)
e->files[e->num_files - 1] = strdup(tmp);
tmp[0] = 0;
i = 0;
is++;
}
is++;
}