From 619a2eb0a0ee243f553b0ca8da5be2ee74d5ed0d Mon Sep 17 00:00:00 2001 From: Sven Neumann Date: Sat, 30 May 1998 08:46:23 +0000 Subject: [PATCH] Removed two extra parameters that were passed to g_message, causing a warning when compiling. --Sven --- app/core/gimplayer-floating-sel.c | 2 +- app/floating_sel.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/core/gimplayer-floating-sel.c b/app/core/gimplayer-floating-sel.c index 8d9dbcc2b7..0143a925be 100644 --- a/app/core/gimplayer-floating-sel.c +++ b/app/core/gimplayer-floating-sel.c @@ -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; } diff --git a/app/floating_sel.c b/app/floating_sel.c index 8d9dbcc2b7..0143a925be 100644 --- a/app/floating_sel.c +++ b/app/floating_sel.c @@ -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; }