nautilus r13888 - in trunk: . libnautilus-private



Author: alexl
Date: Thu Mar  6 12:25:43 2008
New Revision: 13888
URL: http://svn.gnome.org/viewvc/nautilus?rev=13888&view=rev

Log:
2008-03-06  Alexander Larsson  <alexl redhat com>

        * libnautilus-private/nautilus-file-operations.c:
        (trash_files):
	Fix delete all button (#518616)
	Patch from Rached Ben Mustapha




Modified:
   trunk/ChangeLog
   trunk/libnautilus-private/nautilus-file-operations.c

Modified: trunk/libnautilus-private/nautilus-file-operations.c
==============================================================================
--- trunk/libnautilus-private/nautilus-file-operations.c	(original)
+++ trunk/libnautilus-private/nautilus-file-operations.c	Thu Mar  6 12:25:43 2008
@@ -1583,6 +1583,7 @@
 				/* nothing */
 			} else if (response == 3) { /* delete all */
 				to_delete = g_list_prepend (to_delete, file);
+				job->delete_all = TRUE;
 			} else if (response == 4) { /* delete */
 				to_delete = g_list_prepend (to_delete, file);
 			}



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]