GTK3 filebrowser-widget.c: fix build with gtk+-3.14
- improve https://github.com/mate-desktop/pluma/commit/3d2d796
This commit is contained in:
		| @@ -2113,6 +2113,9 @@ async_free (AsyncData *async) | ||||
| static void | ||||
| set_busy (PlumaFileBrowserWidget *obj, gboolean busy) | ||||
| { | ||||
| #if !GTK_CHECK_VERSION (3, 16, 0) | ||||
| 	GdkCursor *cursor; | ||||
| #endif | ||||
| 	GdkWindow *window; | ||||
| 	 | ||||
| 	window = gtk_widget_get_window (GTK_WIDGET (obj->priv->treeview)); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user