summaryrefslogtreecommitdiff
path: root/mate-applet/mdock-mate-panel-applet.c
diff options
context:
space:
mode:
authorJavier <dev.git@javispedro.com>2015-01-26 00:51:54 +0100
committerJavier <dev.git@javispedro.com>2015-01-26 00:51:54 +0100
commit6f318affeb4d1c6ff66ccfa492713ad6f5e1e69c (patch)
tree52f86c68dcf6e26744d790a0fc566f9357a4b550 /mate-applet/mdock-mate-panel-applet.c
parent9d610195bfaf1e51c713a8438c188bea032e4573 (diff)
downloadmdock-6f318affeb4d1c6ff66ccfa492713ad6f5e1e69c.tar.gz
mdock-6f318affeb4d1c6ff66ccfa492713ad6f5e1e69c.zip
add a (possibly not necessary?) workaround for transparency
Diffstat (limited to 'mate-applet/mdock-mate-panel-applet.c')
-rw-r--r--mate-applet/mdock-mate-panel-applet.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/mate-applet/mdock-mate-panel-applet.c b/mate-applet/mdock-mate-panel-applet.c
index 4b3f070..25a167e 100644
--- a/mate-applet/mdock-mate-panel-applet.c
+++ b/mate-applet/mdock-mate-panel-applet.c
@@ -137,6 +137,9 @@ static void mdock_mate_panel_applet_init(MDockMatePanelApplet *self)
G_BINDING_DEFAULT,
transform_prefs_path_to_gsettings,
NULL, NULL, NULL);
+ g_signal_connect_object(self, "change-background",
+ G_CALLBACK(mdock_widget_update_background), self->dock,
+ G_CONNECT_SWAPPED);
GtkActionGroup *action_group = gtk_action_group_new("MDock Mate Panel Applet Actions");
gtk_action_group_add_actions(action_group,