diff options
author | mbkma <[email protected]> | 2020-12-04 12:28:22 +0100 |
---|---|---|
committer | Luke from DC <[email protected]> | 2020-12-11 01:10:30 +0000 |
commit | a48c9cea66061a6f81a8a6109a0fa29b76abfb34 (patch) | |
tree | 22698819da3c07e89f358109bd98a798e4bfba1d /applets/wncklet/workspace-switcher.c | |
parent | 08146a80fc1727cde7a6d02d8436f2c86c159b8c (diff) | |
download | mate-panel-a48c9cea66061a6f81a8a6109a0fa29b76abfb34.tar.bz2 mate-panel-a48c9cea66061a6f81a8a6109a0fa29b76abfb34.tar.xz |
remove function calls to mate_panel_applet_set_background_widget
keep mate_panel_applet_set_background_widget for compatibility
Diffstat (limited to 'applets/wncklet/workspace-switcher.c')
-rw-r--r-- | applets/wncklet/workspace-switcher.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/applets/wncklet/workspace-switcher.c b/applets/wncklet/workspace-switcher.c index 2335bb1d..31bd2853 100644 --- a/applets/wncklet/workspace-switcher.c +++ b/applets/wncklet/workspace-switcher.c @@ -646,8 +646,6 @@ gboolean workspace_switcher_applet_fill(MatePanelApplet* applet) gtk_widget_show(pager->pager); gtk_widget_show(pager->applet); - mate_panel_applet_set_background_widget(MATE_PANEL_APPLET(pager->applet), GTK_WIDGET(pager->applet)); - action_group = gtk_action_group_new("WorkspaceSwitcher Applet Actions"); gtk_action_group_set_translation_domain(action_group, GETTEXT_PACKAGE); gtk_action_group_add_actions(action_group, pager_menu_actions, G_N_ELEMENTS(pager_menu_actions), pager); |