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:
Miguel de Icaza 1998-05-05 02:47:43 +00:00
parent 8b64154d5a
commit 6e4c1d461d
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
1998-05-04 Miguel de Icaza <miguel@nuclecu.unam.mx> 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 * gmain.c (idle_destroy_window), main.c: Session management now
supports not showing a toplevel window (in case all of the windows supports not showing a toplevel window (in case all of the windows
were closed). were closed).

View File

@ -445,7 +445,7 @@ perform_drop_manually (int operation, GdkEventDropDataAvailable *event, char *de
char *tmpf; char *tmpf;
int res, v; int res, v;
len = 1 + strlen (event->data); len = 1 + strlen (p);
count -= len; count -= len;
switch (operation){ switch (operation){