diff options
| -rw-r--r-- | mate-panel/panel-background.c | 5 | 
1 files changed, 1 insertions, 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); | 
