14 lines
557 B
Diff
14 lines
557 B
Diff
|
Index: file-roller-2.30.1.1/src/eggtreemultidnd.c
|
||
|
===================================================================
|
||
|
--- file-roller-2.30.1.1.orig/src/eggtreemultidnd.c
|
||
|
+++ file-roller-2.30.1.1/src/eggtreemultidnd.c
|
||
|
@@ -310,7 +310,7 @@ egg_tree_multi_drag_motion_event (GtkWid
|
||
|
selection = gtk_tree_view_get_selection (GTK_TREE_VIEW (widget));
|
||
|
gtk_tree_selection_selected_foreach (selection, selection_foreach, &path_list);
|
||
|
if (path_list == NULL)
|
||
|
- return;
|
||
|
+ return FALSE;
|
||
|
|
||
|
path_list = g_list_reverse (path_list);
|
||
|
|