summaryrefslogtreecommitdiff
path: root/mate-panel/panel-properties-dialog.c
diff options
context:
space:
mode:
Diffstat (limited to 'mate-panel/panel-properties-dialog.c')
-rw-r--r--mate-panel/panel-properties-dialog.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mate-panel/panel-properties-dialog.c b/mate-panel/panel-properties-dialog.c
index d674f7b4..de113812 100644
--- a/mate-panel/panel-properties-dialog.c
+++ b/mate-panel/panel-properties-dialog.c
@@ -341,8 +341,8 @@ panel_properties_dialog_color_changed (PanelPropertiesDialog *dialog,
#if GTK_CHECK_VERSION (3, 0, 0)
mate_color_button_get_rgba (color_button, &color);
- panel_profile_set_background_gdk_rgba_color (dialog->toplevel, &color);
- panel_properties_dialog_opacity_changed(dialog);
+ panel_profile_set_background_gdk_rgba (dialog->toplevel, &color);
+ panel_properties_dialog_opacity_changed (dialog);
#else
mate_color_button_get_color (color_button, &color);
panel_profile_set_background_gdk_color (dialog->toplevel, &color);