Mon May 13 23:58:16 2002 Michael Jennings (mej)

Fixed a bad paste.


SVN revision: 6253
This commit is contained in:
Michael Jennings 2002-05-14 03:59:51 +00:00
parent b173e4053d
commit af842d9f2a
2 changed files with 6 additions and 2 deletions

View File

@ -4651,3 +4651,7 @@ Mon May 13 19:18:46 2002 Michael Jennings (mej)
Fixed indentation.
----------------------------------------------------------------------
Mon May 13 23:58:16 2002 Michael Jennings (mej)
Fixed a bad paste.
----------------------------------------------------------------------

View File

@ -614,7 +614,8 @@ check_image_ipc(unsigned char reset)
print_error("ImageClass \"%s\" is not defined in Enlightenment. Disallowing \"auto\" mode for this image.\n", iclass);
image_mode_fallback(i);
} else if (strstr(reply, "Error")) {
print_error
print_error("Looks like this version of Enlightenment doesn't support the IPC "
"commands I need. Disallowing \"auto\" mode for all images.\n");
/* *INDENT-OFF* */
FOREACH_IMAGE(
if (image_mode_is(idx, MODE_AUTO)) {
@ -629,7 +630,6 @@ check_image_ipc(unsigned char reset)
}
);
/* *INDENT-ON* */
("Looks like this version of Enlightenment doesn't support the IPC commands I need. Disallowing \"auto\" mode for all images.\n");
FREE(reply);
checked = 2;
return 0;