comparison finch/libgnt/gntfilesel.c @ 21284:6de09629f091

propagate from branch 'im.pidgin.pidgin.next.minor' (head 0c9637482b845cc65e95a26e144697391c51133f) to branch 'im.pidgin.pidgin' (head e3a6991e78dac328f13804950fee54dfb8afc3c5)
author Ka-Hing Cheung <khc@hxbc.us>
date Sat, 10 Nov 2007 04:52:20 +0000
parents cd494bf77723 e119edfc0fb0
children 0ba0f2804299
comparison
equal deleted inserted replaced
21283:406aa3be6b32 21284:6de09629f091
263 } 263 }
264 *files = g_list_prepend(*files, file); 264 *files = g_list_prepend(*files, file);
265 } 265 }
266 g_free(fp); 266 g_free(fp);
267 } 267 }
268 g_dir_close(dir);
268 269
269 *files = g_list_reverse(*files); 270 *files = g_list_reverse(*files);
270 return TRUE; 271 return TRUE;
271 } 272 }
272 273