updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / nautilus-rgba / nautilus-desktop-window_c.patch
blob17eab76034c71ef17bf37944b235c57d849f9abf
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
3 @@ -71,6 +71,11 @@
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);
14 static gint