summaryrefslogtreecommitdiff
path: root/src/nautilus-query-editor.h
diff options
context:
space:
mode:
authorAntónio Fernandes <antoniof@gnome.org>2018-08-29 09:01:50 +0100
committerAntónio Fernandes <antoniojpfernandes@gmail.com>2018-08-29 09:41:06 +0000
commit0683ced73794582dfb020f987a081318a0cf0575 (patch)
treea8735a5cb89672717a5b2b216d0ae9608f5887ed /src/nautilus-query-editor.h
parent0e8988aa98b60a7a380a8f5755bc8cb7b0384bae (diff)
downloadnautilus-0683ced73794582dfb020f987a081318a0cf0575.tar.gz
Revert "Search filter popover on [Ctrl]+[F]"
This reverts commit 543f5ae369213f90238466e6366a0d2e09260e05. When this feature was originally proposed, the use cases when <Ctrl><F> is required because "just typing" doesn't do the trick were not considered. Two such cases are searching for a ~ (tilde) and pasting text to search with <Ctrl><V>. Both are now impractical because the filter popover steals the focus. Furthermore, we have a few inconsistent state bugs related to this. Instead of shipping version 3.30 with these regressions and bugs, let's withdraw this change. Closes https://gitlab.gnome.org/GNOME/nautilus/issues/597 Closes https://gitlab.gnome.org/GNOME/nautilus/issues/570 And closes https://gitlab.gnome.org/GNOME/nautilus/issues/571
Diffstat (limited to 'src/nautilus-query-editor.h')
-rw-r--r--src/nautilus-query-editor.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/nautilus-query-editor.h b/src/nautilus-query-editor.h
index a05970dea..c09de18a0 100644
--- a/src/nautilus-query-editor.h
+++ b/src/nautilus-query-editor.h
@@ -75,6 +75,3 @@ void nautilus_query_editor_set_text (NautilusQueryEditor *editor,
gboolean
nautilus_query_editor_handle_event (NautilusQueryEditor *self,
GdkEvent *event);
-
-void
-nautilus_query_editor_show_popover (NautilusQueryEditor *editor);