| 1500 } |
1500 } |
| 1501 g_free(current_folder); |
1501 g_free(current_folder); |
| 1502 } |
1502 } |
| 1503 |
1503 |
| 1504 #endif /* FILECHOOSER */ |
1504 #endif /* FILECHOOSER */ |
| 1505 |
1505 #if 0 /* mismatched curly braces */ |
| |
1506 } |
| |
1507 #endif |
| 1506 if ((data->u.file.savedialog == TRUE) && |
1508 if ((data->u.file.savedialog == TRUE) && |
| 1507 (g_file_test(data->u.file.name, G_FILE_TEST_EXISTS))) { |
1509 (g_file_test(data->u.file.name, G_FILE_TEST_EXISTS))) { |
| 1508 purple_request_action(data, NULL, _("That file already exists"), |
1510 purple_request_action(data, NULL, _("That file already exists"), |
| 1509 _("Would you like to overwrite it?"), 0, |
1511 _("Would you like to overwrite it?"), 0, |
| 1510 NULL, NULL, NULL, |
1512 NULL, NULL, NULL, |