From 6f634c680fbc5ee5051253554f2710e39f9ea80a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ball=C3=B3=20Gy=C3=B6rgy?= Date: Fri, 20 Nov 2015 01:14:25 +0100 Subject: Don't set the panel transparent by default This fixes the background for GTK+ 3 themes which don't support mate-panel explicitly. Themes could still overwrite the background if they want in the usual way. --- mate-panel/panel-separator.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mate-panel/panel-separator.c') diff --git a/mate-panel/panel-separator.c b/mate-panel/panel-separator.c index 7f9c53fe..b5a41487 100644 --- a/mate-panel/panel-separator.c +++ b/mate-panel/panel-separator.c @@ -350,7 +350,7 @@ void panel_separator_change_background (PanelSeparator *separator) { #if GTK_CHECK_VERSION (3, 0, 0) - panel_background_apply_css(GTK_WIDGET(separator)); + panel_background_apply_css(GTK_WIDGET(separator), &separator->priv->panel->background); #else panel_background_change_background_on_widget(&separator->priv->panel->background, GTK_WIDGET(separator)); #endif -- cgit v1.2.1