Revision 156 src/main.c
| main.c (revision 156) | ||
|---|---|---|
| 739 | 739 |
if (is_file_exist(OLD_RC_DIR G_DIR_SEPARATOR_S FOLDER_LIST)) |
| 740 | 740 |
copy_file(OLD_RC_DIR G_DIR_SEPARATOR_S FOLDER_LIST, |
| 741 | 741 |
RC_DIR G_DIR_SEPARATOR_S FOLDER_LIST, FALSE); |
| 742 |
if (is_file_exist(OLD_RC_DIR G_DIR_SEPARATOR_S "mime.types")) |
|
| 743 |
copy_file(OLD_RC_DIR G_DIR_SEPARATOR_S "mime.types", |
|
| 744 |
RC_DIR G_DIR_SEPARATOR_S "mime.types", FALSE); |
|
| 742 | 745 |
|
| 743 | 746 |
if (is_dir_exist(OLD_RC_DIR G_DIR_SEPARATOR_S TEMPLATE_DIR)) |
| 744 | 747 |
conv_copy_dir(OLD_RC_DIR G_DIR_SEPARATOR_S TEMPLATE_DIR, |
Also available in: Unified diff