nautilus imports this code
nautilus uses #&@#$& -Werror
This commit is contained in:
parent
5a9c690452
commit
7e9ba7df7c
1 changed files with 2 additions and 2 deletions
|
@ -574,7 +574,7 @@ egg_pixbuf_new_from_file_at_size (const char *filename,
|
|||
g_set_error (error,
|
||||
G_FILE_ERROR,
|
||||
g_file_error_from_errno (errno),
|
||||
#warning store translation here after gnome-2-6 branches
|
||||
/* FIXME warning store translation here after gnome-2-6 branches */
|
||||
"Failed to open file '%s': %s",
|
||||
filename, g_strerror (errno));
|
||||
return NULL;
|
||||
|
@ -613,7 +613,7 @@ egg_pixbuf_new_from_file_at_size (const char *filename,
|
|||
g_set_error (error,
|
||||
GDK_PIXBUF_ERROR,
|
||||
GDK_PIXBUF_ERROR_FAILED,
|
||||
#warning store translation here after gnome-2-6 branches
|
||||
/* FIXME warning store translation here after gnome-2-6 branches */
|
||||
"Failed to load image '%s': reason not known, probably a corrupt image file",
|
||||
filename);
|
||||
return NULL;
|
||||
|
|
Loading…
Add table
Reference in a new issue