pidgin/gtksmiley-theme.c

changeset 35757
05981ff3fb7b
parent 35739
cb9acfd6fa1e
child 35769
00e61752e21c
equal deleted inserted replaced
35756:fe6aba70046e 35757:05981ff3fb7b
328 328
329 next = g_list_next(it); 329 next = g_list_next(it);
330 330
331 if (g_file_test(priv->path, G_FILE_TEST_EXISTS)) 331 if (g_file_test(priv->path, G_FILE_TEST_EXISTS))
332 continue; 332 continue;
333 smiley_themes = g_list_remove_link(smiley_themes, it); 333 smiley_themes = g_list_delete_link(smiley_themes, it);
334 g_object_unref(theme); 334 g_object_unref(theme);
335 } 335 }
336 336
337 /* scan for themes */ 337 /* scan for themes */
338 for (i = 0; probe_dirs[i]; i++) { 338 for (i = 0; probe_dirs[i]; i++) {

mercurial