summaryrefslogtreecommitdiff
path: root/mate-panel/panel-properties-dialog.c
diff options
context:
space:
mode:
authormonsta <[email protected]>2016-01-05 20:41:54 +0300
committermonsta <[email protected]>2016-01-05 20:41:54 +0300
commit20b45d18e1bdf2d86c406159fce5b39b55e55305 (patch)
tree3e8f44d53337c819c525defda857b9ad15999426 /mate-panel/panel-properties-dialog.c
parentc0ee3dae38adf305b4e31a0c8c2d1da532f1a4e5 (diff)
downloadmate-panel-20b45d18e1bdf2d86c406159fce5b39b55e55305.tar.bz2
mate-panel-20b45d18e1bdf2d86c406159fce5b39b55e55305.tar.xz
profile: rename get/set rgba functions for consistency
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);