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:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user