2 liner to fix some selection artifacts left behind when dragging files to

other views.


SVN revision: 5749
This commit is contained in:
rbdpngn 2001-12-06 22:32:04 +00:00 committed by rbdpngn
parent 7880065bff
commit 306cd85ff4
1 changed files with 2 additions and 0 deletions

View File

@ -2815,12 +2815,14 @@ e_dnd_drop_request_free(void)
static void
e_dnd_handle_drop( E_View *v, E_dnd_enum dnd_pending_mode )
{
E_Icon *ic;
char hostname[PATH_MAX];
int in, out;
char *filename;
D_ENTER;
e_view_deselect_all();
/* Need hostname for URL (file://hostname/...) */
if(gethostname( hostname, PATH_MAX))
{