diff options
Diffstat (limited to 'applets/notification_area')
-rw-r--r-- | applets/notification_area/system-tray/na-tray-child.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/applets/notification_area/system-tray/na-tray-child.c b/applets/notification_area/system-tray/na-tray-child.c index 2f8549ac..cc45abc3 100644 --- a/applets/notification_area/system-tray/na-tray-child.c +++ b/applets/notification_area/system-tray/na-tray-child.c @@ -101,13 +101,6 @@ na_tray_child_realize (GtkWidget *widget) gtk_widget_set_app_paintable (GTK_WIDGET (child), child->parent_relative_bg || child->has_alpha); - - /* Double-buffering will interfere with the parent-relative-background fake - * transparency, since the double-buffer code doesn't know how to fill in the - * background of the double-buffer correctly. - */ - gtk_widget_set_double_buffered (GTK_WIDGET (child), - child->parent_relative_bg); } static void |