1
1
mirror of https://gitlab.gnome.org/GNOME/gimp.git synced 2025-10-06 05:22:40 +02:00

Bug 754927 - Non-void function should return a value

Fix return value glitch in last DND-related commit.

(cherry picked from commit 1833d292cc)
This commit is contained in:
Michael Natterer
2015-09-12 20:26:56 +02:00
parent bfd482755b
commit 9d5fed6ea6

View File

@@ -926,7 +926,7 @@ gimp_dnd_data_source_remove (GimpDndType data_type,
"gimp-dnd-drag-connected"));
if (! drag_connected)
return;
return FALSE;
dnd_data = dnd_data_defs + data_type;