diff src/collect-io.c @ 66:ebbff299ad0d

Fri Sep 1 02:12:45 2006 John Ellis <johne@verizon.net> * collect-io.c, thumb_standard.c: Do not ignore return value from g_list_append as newer versions of gtk now set a warning flag. * utilops.c: Add new auto rename option to enter formatted text, which uses * and # characters to symbolize original filename and numerical value (respectively) in new filenames.
author gqview
date Fri, 01 Sep 2006 06:39:36 +0000
parents d907d608745f
children 71e1ebee420e
line wrap: on
line diff
--- a/src/collect-io.c	Mon Aug 15 22:32:57 2005 +0000
+++ b/src/collect-io.c	Fri Sep 01 06:39:36 2006 +0000
@@ -723,7 +723,7 @@
 
 	if (collection_manager_action_tail)
 		{
-		g_list_append(collection_manager_action_tail, action);
+		collection_manager_action_tail = g_list_append(collection_manager_action_tail, action);
 		collection_manager_action_tail = collection_manager_action_tail->next;
 		}
 	else