From 68395eabb30144f0c1675507d0e292f90e04ebd3 Mon Sep 17 00:00:00 2001 From: monsta Date: Tue, 30 Jan 2018 15:08:23 +0300 Subject: background: reword warning about unsupported background-image value make it more clear that the problem is in the theme, not the panel --- mate-panel/panel-background.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/mate-panel/panel-background.c b/mate-panel/panel-background.c index 1b388f92..66fbad92 100644 --- a/mate-panel/panel-background.c +++ b/mate-panel/panel-background.c @@ -131,10 +131,7 @@ panel_background_prepare (PanelBackground *background) background->default_pattern); } else { - g_warning ("%s\n", - ("unsupported panel image background such as -gtk-gradient")); - g_warning ("%s\n", - ("use an image file or a standard css gradient")); + g_warning ("%s", "unsupported value of 'background-image' in GTK+ theme (such as '-gtk-gradient')"); /* use any background color that has been set if image is invalid */ gdk_window_set_background_rgba ( background->window, &background->default_color); -- cgit v1.2.1