summaryrefslogtreecommitdiff
path: root/mate-panel/panel-separator.c
diff options
context:
space:
mode:
authormonsta <[email protected]>2016-01-04 20:32:45 +0300
committermonsta <[email protected]>2016-01-04 20:32:45 +0300
commit73f1dbc41f35cc3729d8ac8727e654e8e3e20ac5 (patch)
tree446de50937adcd1d5cb7f80e86954acb744f184d /mate-panel/panel-separator.c
parent98576d25e966aded1c3f67c41c146e15e4827ced (diff)
downloadmate-panel-73f1dbc41f35cc3729d8ac8727e654e8e3e20ac5.tar.bz2
mate-panel-73f1dbc41f35cc3729d8ac8727e654e8e3e20ac5.tar.xz
background: all functions should have PanelBackground as 1st argument
Diffstat (limited to 'mate-panel/panel-separator.c')
-rw-r--r--mate-panel/panel-separator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mate-panel/panel-separator.c b/mate-panel/panel-separator.c
index b5a41487..0ea4908c 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), &separator->priv->panel->background);
+ panel_background_apply_css(&separator->priv->panel->background, GTK_WIDGET(separator));
#else
panel_background_change_background_on_widget(&separator->priv->panel->background, GTK_WIDGET(separator));
#endif