comparison src/utilops.c @ 855:0c3f6ef17d18

Tidy up.
author zas_
date Wed, 25 Jun 2008 20:53:52 +0000
parents db68d673448f
children cf21dc928122
comparison
equal deleted inserted replaced
854:a0cdc9d066ae 855:0c3f6ef17d18
1189 1189
1190 static void file_util_disable_grouping_sc_list(GList *list) 1190 static void file_util_disable_grouping_sc_list(GList *list)
1191 { 1191 {
1192 GList *work = list; 1192 GList *work = list;
1193 1193
1194 while(work) 1194 while (work)
1195 { 1195 {
1196 FileData *fd = work->data; 1196 FileData *fd = work->data;
1197 work = work->next; 1197 work = work->next;
1198 1198
1199 if (fd->parent) file_data_disable_grouping(fd, TRUE); 1199 if (fd->parent) file_data_disable_grouping(fd, TRUE);