This commit is contained in:
Sven Neumann 2002-05-27 21:59:26 +00:00
parent 93799415c8
commit 0c87d88df9
2 changed files with 2 additions and 2 deletions

View file

@ -236,7 +236,7 @@ gimp_config_serialize (GObject *object,
{
gchar *msg;
if (g_file_test (filename, G_FILE_TEST_EXIST))
if (g_file_test (filename, G_FILE_TEST_EXISTS))
{
msg = g_strdup_printf (_("Error when writing to temporary file for '%s': %s\n"
"The original file has not been touched."),

View file

@ -236,7 +236,7 @@ gimp_config_serialize (GObject *object,
{
gchar *msg;
if (g_file_test (filename, G_FILE_TEST_EXIST))
if (g_file_test (filename, G_FILE_TEST_EXISTS))
{
msg = g_strdup_printf (_("Error when writing to temporary file for '%s': %s\n"
"The original file has not been touched."),