comparison pidgin/gtkrequest.c @ 21866:03c950701fac

Move some curly braces around so static analysis tools can properly detect functions without having to preprocess the source
author Stu Tomlinson <stu@nosnilmot.com>
date Tue, 18 Dec 2007 15:56:06 +0000
parents 1b174854bb80
children 65e23b7a4398
comparison
equal deleted inserted replaced
21865:886fa5f83f91 21866:03c950701fac
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,