1
1

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.
Этот коммит содержится в:
Miguel de Icaza 1998-05-05 02:47:43 +00:00
родитель 8b64154d5a
Коммит 6e4c1d461d
2 изменённых файлов: 4 добавлений и 1 удалений

Просмотреть файл

@ -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){