mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-03 18:14:25 +03:00
1998-05-04 Miguel de Icaza <miguel@nuclecu.unam.mx>
* gdesktop.c (perform_drop_manually): Use p to walk the dropped data. This is an important bug fix.
This commit is contained in:
parent
8b64154d5a
commit
6e4c1d461d
@ -1,5 +1,8 @@
|
||||
1998-05-04 Miguel de Icaza <miguel@nuclecu.unam.mx>
|
||||
|
||||
* gdesktop.c (perform_drop_manually): Use p to walk the dropped
|
||||
data. This is an important bug fix.
|
||||
|
||||
* gmain.c (idle_destroy_window), main.c: Session management now
|
||||
supports not showing a toplevel window (in case all of the windows
|
||||
were closed).
|
||||
|
@ -445,7 +445,7 @@ perform_drop_manually (int operation, GdkEventDropDataAvailable *event, char *de
|
||||
char *tmpf;
|
||||
int res, v;
|
||||
|
||||
len = 1 + strlen (event->data);
|
||||
len = 1 + strlen (p);
|
||||
count -= len;
|
||||
|
||||
switch (operation){
|
||||
|
Loading…
Reference in New Issue
Block a user