From e9aac45cec4606ade432551f8da3cf33604de75d Mon Sep 17 00:00:00 2001 From: infirit Date: Thu, 27 Nov 2014 18:07:38 +0100 Subject: Fix build with GSEAL Use gdk_drag_context_list_targets for both Gtk+ versions. And use gdk_visual_get_depth instead of visual->depth --- trashapplet/src/trashapplet.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'trashapplet/src') diff --git a/trashapplet/src/trashapplet.c b/trashapplet/src/trashapplet.c index c159a93f..104fd10c 100644 --- a/trashapplet/src/trashapplet.c +++ b/trashapplet/src/trashapplet.c @@ -314,11 +314,7 @@ trash_applet_drag_motion (GtkWidget *widget, GList *target; /* refuse drops of panel applets */ -#if GTK_CHECK_VERSION (3, 0, 0) for (target = gdk_drag_context_list_targets (context); target; target = target->next) -#else - for (target = context->targets; target; target = target->next) -#endif { const char *name = gdk_atom_name (target->data); -- cgit v1.2.1