comparison pidgin/gtkrequest.c @ 20598:285bb637a2b7

Updated hinting to be less invasive
author Gabriel Schulhof <nix@go-nix.ca>
date Sat, 22 Sep 2007 16:19:34 +0000
parents 591267f6f1d5
children 8c9aad9479c0 0b67d509a305
comparison
equal deleted inserted replaced
20597:591267f6f1d5 20598:285bb637a2b7
1558 1558
1559 #endif /* FILECHOOSER */ 1559 #endif /* FILECHOOSER */
1560 1560
1561 if ((data->u.file.savedialog == TRUE) && 1561 if ((data->u.file.savedialog == TRUE) &&
1562 (g_file_test(data->u.file.name, G_FILE_TEST_EXISTS))) { 1562 (g_file_test(data->u.file.name, G_FILE_TEST_EXISTS))) {
1563 purple_request_action(data, NULL, _("That file already exists"), 1563 purple_request_action_with_hint(data, NULL, _("That file already exists"),
1564 _("Would you like to overwrite it?"), 0, 1564 _("Would you like to overwrite it?"), 0,
1565 NULL, NULL, NULL, 1565 NULL, NULL, NULL,
1566 "pidgin-request-file", data, 2, 1566 "pidgin-request-file", data, 2,
1567 _("Overwrite"), G_CALLBACK(file_yes_no_cb), 1567 _("Overwrite"), G_CALLBACK(file_yes_no_cb),
1568 _("Choose New Name"), G_CALLBACK(file_yes_no_cb)); 1568 _("Choose New Name"), G_CALLBACK(file_yes_no_cb));