From a48c9cea66061a6f81a8a6109a0fa29b76abfb34 Mon Sep 17 00:00:00 2001 From: mbkma Date: Fri, 4 Dec 2020 12:28:22 +0100 Subject: remove function calls to mate_panel_applet_set_background_widget keep mate_panel_applet_set_background_widget for compatibility --- applets/wncklet/window-list.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'applets/wncklet/window-list.c') diff --git a/applets/wncklet/window-list.c b/applets/wncklet/window-list.c index e7acd7d6..96c871c6 100644 --- a/applets/wncklet/window-list.c +++ b/applets/wncklet/window-list.c @@ -790,8 +790,6 @@ gboolean window_list_applet_fill(MatePanelApplet* applet) g_signal_connect(G_OBJECT(tasklist->applet), "change_size", G_CALLBACK(applet_change_pixel_size), tasklist); g_signal_connect(G_OBJECT(tasklist->applet), "change_background", G_CALLBACK(applet_change_background), tasklist); - mate_panel_applet_set_background_widget(MATE_PANEL_APPLET(tasklist->applet), GTK_WIDGET(tasklist->applet)); - action_group = gtk_action_group_new("Tasklist Applet Actions"); gtk_action_group_set_translation_domain(action_group, GETTEXT_PACKAGE); gtk_action_group_add_actions(action_group, tasklist_menu_actions, G_N_ELEMENTS(tasklist_menu_actions), tasklist); -- cgit v1.2.1