Removed two extra parameters that were passed to g_message, causing a

warning when compiling.


--Sven
This commit is contained in:
Sven Neumann 1998-05-30 08:46:23 +00:00
parent 6ddbb705a3
commit 619a2eb0a0
2 changed files with 2 additions and 2 deletions

View File

@ -169,7 +169,7 @@ floating_sel_to_layer (Layer *layer)
{
g_message ("Cannot create a new layer from the floating\n"
"selection because it belongs to a\n"
"layer mask or channel.", NULL, NULL);
"layer mask or channel.");
return;
}

View File

@ -169,7 +169,7 @@ floating_sel_to_layer (Layer *layer)
{
g_message ("Cannot create a new layer from the floating\n"
"selection because it belongs to a\n"
"layer mask or channel.", NULL, NULL);
"layer mask or channel.");
return;
}