comparison ChangeLog @ 660:3bf77096052c

2005-1-16 Brian Masney <masneyb@gftp.org> * src/gtk/dnd.c (openurl_get_drag_data) - if the client is busy with the server, then don't process the drop request (closes #162773) (from Aurelien Jarno <aurelien@aurel32.net>)
author masneyb
date Sun, 16 Jan 2005 15:39:28 +0000
parents b8faf63b2e9b
children 2e718fba351e
comparison
equal deleted inserted replaced
659:b8faf63b2e9b 660:3bf77096052c
1 2005-1-16 Brian Masney <masneyb@gftp.org> 1 2005-1-16 Brian Masney <masneyb@gftp.org>
2 * src/gtk/dnd.c (openurl_get_drag_data) - if the client is busy with
3 the server, then don't process the drop request (closes #162773)
4 (from Aurelien Jarno <aurelien@aurel32.net>)
5
2 * src/gtk/misc-gtk.c (MakeEditDialog, MakeYesNoDialog) - use 6 * src/gtk/misc-gtk.c (MakeEditDialog, MakeYesNoDialog) - use
3 g_malloc0() instead of g_malloc() to allocate the structures. This 7 g_malloc0() instead of g_malloc() to allocate the structures. This
4 ensures that all of the pointers are initialized to NULL (closes 8 ensures that all of the pointers are initialized to NULL (closes
5 #162762) 9 #162762)
6 10
3202 3206
3203 * configure.in - link in gthread 3207 * configure.in - link in gthread
3204 3208
3205 * cvsclean - added this script 3209 * cvsclean - added this script
3206 3210
3207 * *.[ch] - added $Id: ChangeLog,v 1.389 2005/01/16 15:35:20 masneyb Exp $ tags 3211 * *.[ch] - added $Id: ChangeLog,v 1.390 2005/01/16 15:39:28 masneyb Exp $ tags
3208 3212
3209 * debian/* - updated files from Debian maintainer 3213 * debian/* - updated files from Debian maintainer
3210 3214
3211 2002-10-03 Brian Masney <masneyb@gftp.org> 3215 2002-10-03 Brian Masney <masneyb@gftp.org>
3212 * src/gtk/gftp-gtk.c - call g_thread_init (NULL) 3216 * src/gtk/gftp-gtk.c - call g_thread_init (NULL)