summaryrefslogtreecommitdiff
path: root/stickynotes/stickynotes_applet.c
diff options
context:
space:
mode:
Diffstat (limited to 'stickynotes/stickynotes_applet.c')
-rw-r--r--stickynotes/stickynotes_applet.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/stickynotes/stickynotes_applet.c b/stickynotes/stickynotes_applet.c
index e00ba0c9..c8453c88 100644
--- a/stickynotes/stickynotes_applet.c
+++ b/stickynotes/stickynotes_applet.c
@@ -406,8 +406,6 @@ stickynotes_applet_new(MatePanelApplet *mate_panel_applet)
g_signal_connect(G_OBJECT(applet->w_applet), "destroy",
G_CALLBACK(stickynotes_destroy), NULL);
- mate_panel_applet_set_background_widget (mate_panel_applet, applet->w_applet);
-
atk_obj = gtk_widget_get_accessible (applet->w_applet);
atk_object_set_name (atk_obj, _("Sticky Notes"));