3d07093ea0
Copy from home:dimstar:branches:GNOME:Factory/file-roller via accept of submit request 43294 revision 2. Request was accepted with message: thanks, will tweak a bit OBS-URL: https://build.opensuse.org/request/show/43294 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/file-roller?expand=0&rev=77
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);
|
|
|