diff options
author | György Balló <[email protected]> | 2015-11-18 22:17:46 +0100 |
---|---|---|
committer | Wolfgang Ulbrich <[email protected]> | 2015-11-19 11:42:54 +0100 |
commit | 44df0632105def86603e9349a64c211496ee2f24 (patch) | |
tree | 658d34d17dd6d4e4cff63e1f6e7a47e32e394d42 /plugins/xrandr | |
parent | 30789d5f69a762b66823230851f1e8811c5036f1 (diff) | |
download | mate-settings-daemon-44df0632105def86603e9349a64c211496ee2f24.tar.bz2 mate-settings-daemon-44df0632105def86603e9349a64c211496ee2f24.tar.xz |
xrandr: Don't remove applet background
This fixes the invisible text for GTK+ 3 themes which don't support mate-panel explicitly. Themes could still overwrite the background if they want in the usual way.
Diffstat (limited to 'plugins/xrandr')
-rw-r--r-- | plugins/xrandr/msd-xrandr-manager.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/xrandr/msd-xrandr-manager.c b/plugins/xrandr/msd-xrandr-manager.c index 840ff1c..b79e666 100644 --- a/plugins/xrandr/msd-xrandr-manager.c +++ b/plugins/xrandr/msd-xrandr-manager.c @@ -2129,7 +2129,6 @@ status_icon_popup_menu (MsdXrandrManager *manager, guint button, guint32 timesta /*Set up the gtk theme class from mate-panel*/ GtkStyleContext *context; context = gtk_widget_get_style_context (GTK_WIDGET(toplevel)); - gtk_style_context_remove_class (context,GTK_STYLE_CLASS_BACKGROUND); gtk_style_context_add_class(context,"gnome-panel-menu-bar"); gtk_style_context_add_class(context,"mate-panel-menu-bar"); #endif |