[file-roller] fixed a comment



commit c87b4b8e410f268c7b2a785db631b8a835ed7557
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Sun Nov 25 15:20:58 2012 +0100

    fixed a comment

 src/dlg-delete.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/dlg-delete.c b/src/dlg-delete.c
index 20e17a4..5a5b47a 100644
--- a/src/dlg-delete.c
+++ b/src/dlg-delete.c
@@ -69,7 +69,7 @@ ok_clicked_cb (GtkWidget  *widget,
 
 	if (selected_files) {
 		file_list = data->selected_files;
-		data->selected_files = NULL;       /* do not the list when destroying the dialog. */
+		data->selected_files = NULL;       /* do not free the list when destroying the dialog. */
 	}
 	else if (pattern_files) {
 		const char *pattern;



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