diff src/thumb_standard.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 04ff0df3ad2f
children 528e3432e0c0
line wrap: on
line diff
--- a/src/thumb_standard.c	Mon Aug 15 22:32:57 2005 +0000
+++ b/src/thumb_standard.c	Fri Sep 01 06:39:36 2006 +0000
@@ -1118,7 +1118,7 @@
 
 	if (thumb_std_maint_move_tail)
 		{
-		g_list_append(thumb_std_maint_move_tail, tm);
+		thumb_std_maint_move_tail = g_list_append(thumb_std_maint_move_tail, tm);
 		thumb_std_maint_move_tail = thumb_std_maint_move_tail->next;
 		}
 	else