forked from AuroraMiddleware/gtk
treeview: Don't assign value twice.
This commit is contained in:
parent
510e17d123
commit
a106b54355
@ -7378,8 +7378,6 @@ gtk_tree_view_drag_data_received (GObject *source,
|
|||||||
gboolean drop_append_mode;
|
gboolean drop_append_mode;
|
||||||
const GValue *value;
|
const GValue *value;
|
||||||
|
|
||||||
suggested_action = 0;
|
|
||||||
|
|
||||||
value = gdk_drop_read_value_finish (drop, result, NULL);
|
value = gdk_drop_read_value_finish (drop, result, NULL);
|
||||||
if (value == NULL)
|
if (value == NULL)
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user