aboutsummarylogtreecommitdiffstats
path: root/file-chooser__single-click.patch
diff options
context:
space:
mode:
Diffstat (limited to 'file-chooser__single-click.patch')
-rw-r--r--file-chooser__single-click.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/file-chooser__single-click.patch b/file-chooser__single-click.patch
deleted file mode 100644
index ce2467f2d1f4..000000000000
--- a/file-chooser__single-click.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-diff --color -U 5 -r -Z -B ./org/gtk/gtkfilechooserwidget.c ./mod/gtk/gtkfilechooserwidget.c
---- ./org/gtk/gtkfilechooserwidget.c 2017-10-02 18:00:49.000000000 +0200
-+++ ./mod/gtk/gtkfilechooserwidget.c 2017-10-30 21:22:16.100324520 +0100
-@@ -2419,11 +2419,11 @@
- device = gdk_event_get_source_device ((GdkEvent *) event);
- is_touchscreen = gtk_simulate_touchscreen () ||
- gdk_device_get_source (device) == GDK_SOURCE_TOUCHSCREEN;
-
- get_selection_modifiers (widget, event, &modify, &extend);
-- if (!is_touchscreen &&
-+ if (FALSE && !is_touchscreen &&
- !modify && !extend &&
- event->type == GDK_BUTTON_PRESS &&
- event->button == GDK_BUTTON_PRIMARY &&
- gtk_tree_view_get_path_at_pos (GTK_TREE_VIEW (priv->browse_files_tree_view),
- event->x, event->y,