1 --- nautilus-2.28.0/src/nautilus-desktop-window.c 2009-04-20 06:57:20.000000000 -0400
2 +++ nautilus-2.28.0/src/nautilus-desktop-window.c 2009-04-12 10:41:30.000000000 -0400
4 action = gtk_action_group_get_action (NAUTILUS_WINDOW (window)->details->main_action_group,
5 NAUTILUS_ACTION_CLOSE);
6 gtk_action_set_sensitive (action, FALSE);
8 +GdkScreen *screen = gtk_widget_get_screen(window);
9 +GdkColormap *colormap = gdk_screen_get_rgb_colormap(screen);
10 +gtk_widget_set_colormap(window, colormap);