summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-rw-r--r--plugins/gtkui/support.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/gtkui/support.c b/plugins/gtkui/support.c
index 35605810..82e22c73 100644
--- a/plugins/gtkui/support.c
+++ b/plugins/gtkui/support.c
@@ -160,7 +160,7 @@ gdk_drag_context_get_selected_action (GdkDragContext *context) {
}
GList *
gdk_drag_context_list_targets (GdkDragContext *context) {
- context->targets;
+ return context->targets;
}
#endif