mirror of https://github.com/GNOME/gimp.git
Removed two extra parameters that were passed to g_message, causing a
warning when compiling. --Sven
This commit is contained in:
parent
6ddbb705a3
commit
619a2eb0a0
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue