Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 616504
Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +15 lines)
Line  Link Here
0
-- nemo-debian.git.orig/libnemo-private/nemo-icon-container.c
0
++ nemo-debian.git/libnemo-private/nemo-icon-container.c
Lines 4249-4259 Link Here
4249
4249
4250
	container = NEMO_ICON_CONTAINER (widget);
4250
	container = NEMO_ICON_CONTAINER (widget);
4251
4251
4252
#if !GTK_CHECK_VERSION(3, 21, 0)
4252
	/* Ensure that the desktop window is native so the background
4253
	/* Ensure that the desktop window is native so the background
4253
	   set on it is drawn by X. */
4254
	   set on it is drawn by X. */
4254
	if (container->details->is_desktop) {
4255
	if (container->details->is_desktop) {
4255
		gdk_x11_window_get_xid (gtk_layout_get_bin_window (GTK_LAYOUT (widget)));
4256
		gdk_x11_window_get_xid (gtk_layout_get_bin_window (GTK_LAYOUT (widget)));
4256
	}
4257
	}
4258
#endif
4257
4259
4258
	/* Set up DnD.  */
4260
	/* Set up DnD.  */
4259
	nemo_icon_dnd_init (container);
4261
	nemo_icon_dnd_init (container);
4260
-- nemo-debian.git.orig/src/nemo-desktop-icon-view.c
4262
++ nemo-debian.git/src/nemo-desktop-icon-view.c
Lines 155-160 Link Here
155
	vclass->update_menus = real_update_menus;
155
	vclass->update_menus = real_update_menus;
156
	vclass->get_view_id = real_get_id;
156
	vclass->get_view_id = real_get_id;
157
157
158
#if GTK_CHECK_VERSION(3, 21, 0)
159
	GtkWidgetClass *wclass = GTK_WIDGET_CLASS (class);
160
	gtk_widget_class_set_css_name (wclass, "nemo-desktop-icon-view");
161
#endif
162
158
	g_type_class_add_private (class, sizeof (NemoDesktopIconViewDetails));
163
	g_type_class_add_private (class, sizeof (NemoDesktopIconViewDetails));
159
}
164
}
160
165
161
-- nemo-debian.git.orig/src/nemo-style-application.css
166
++ nemo-debian.git/src/nemo-style-application.css
Lines 1-5 Link Here
1
/* Desktop text stuff */
1
/* Desktop text stuff */
2
2
3
.nemo-window.nemo-desktop-window notebook,
4
.nemo-window.nemo-desktop-window paned {
5
	background-color: transparent;
6
}
7
3
.nemo-canvas-item {
8
.nemo-canvas-item {
4
    border-radius: 3px;
9
    border-radius: 3px;
5
}
10
}

Return to bug 616504