From 70c8cfa480db12ae515853fa88309a9272299c7f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Timm=20B=C3=A4der?= Date: Mon, 18 Jun 2018 15:04:00 +0200 Subject: [PATCH] dnd: Fix up a comment The below function does not take a GtkIconHelper anymore. --- gtk/gtkdnd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkdnd.c b/gtk/gtkdnd.c index add85c4048..883f9affc1 100644 --- a/gtk/gtkdnd.c +++ b/gtk/gtkdnd.c @@ -911,7 +911,7 @@ gtk_drag_content_init (GtkDragContent *content) { } -/* Like gtk_drag_begin(), but also takes a GtkIconHelper +/* Like gtk_drag_begin(), but also takes a GtkImageDefinition * so that we can set the icon from the source site information */ GdkDragContext * -- 2.30.2