summaryrefslogtreecommitdiff
path: root/mate-panel/panel-properties-dialog.c
diff options
context:
space:
mode:
authorWilliam Wold <[email protected]>2020-11-11 13:44:13 -0800
committerraveit65 <[email protected]>2020-12-04 21:45:39 +0100
commit4ba10a8106ee2ed8a8499ae29932724a1f69cda3 (patch)
treedab54361230f5305f1f2c4c9d34b0300293deebd /mate-panel/panel-properties-dialog.c
parent6b0fe07189c693d6b31da2063721a24959984452 (diff)
downloadmate-panel-4ba10a8106ee2ed8a8499ae29932724a1f69cda3.tar.bz2
mate-panel-4ba10a8106ee2ed8a8499ae29932724a1f69cda3.tar.xz
Drop panel_profile_set_background_gdk_rgba() and getter (duplicates of panel_profile_set_background_color ())
Diffstat (limited to 'mate-panel/panel-properties-dialog.c')
-rw-r--r--mate-panel/panel-properties-dialog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mate-panel/panel-properties-dialog.c b/mate-panel/panel-properties-dialog.c
index 95ffd00d..c5fc2c11 100644
--- a/mate-panel/panel-properties-dialog.c
+++ b/mate-panel/panel-properties-dialog.c
@@ -332,7 +332,7 @@ panel_properties_dialog_color_changed (PanelPropertiesDialog *dialog,
g_assert (dialog->color_button == GTK_WIDGET (color_button));
gtk_color_chooser_get_rgba (color_button, &color);
- panel_profile_set_background_gdk_rgba (dialog->toplevel, &color);
+ panel_profile_set_background_color (dialog->toplevel, &color);
panel_properties_dialog_opacity_changed (dialog);
}