| 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++) { |