[gtk+] file-chooser: Don't wait for ENTER to initiate search
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] file-chooser: Don't wait for ENTER to initiate search
- Date: Fri, 5 Dec 2014 03:09:43 +0000 (UTC)
commit 8718e9296e381f7f4a894f0430c07c27dd02d98e
Author: Debarshi Ray <debarshir gnome org>
Date: Tue Nov 11 19:02:22 2014 +0100
file-chooser: Don't wait for ENTER to initiate search
Most of the core GNOME applications (eg., gnome-control-center,
gnome-documents, and nautilus) start searching as soon as the text
changes, and don't wait for the user to hit ENTER. It would be nice to
follow the same pattern.
https://bugzilla.gnome.org/show_bug.cgi?id=739977
gtk/ui/gtkfilechooserwidget.ui | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/ui/gtkfilechooserwidget.ui b/gtk/ui/gtkfilechooserwidget.ui
index 6fea987..a1aed08 100644
--- a/gtk/ui/gtkfilechooserwidget.ui
+++ b/gtk/ui/gtkfilechooserwidget.ui
@@ -147,7 +147,7 @@
<object class="GtkSearchEntry" id="search_entry">
<property name="visible">True</property>
<property name="hexpand">True</property>
- <signal name="activate" handler="search_entry_activate_cb" swapped="no"/>
+ <signal name="search-changed" handler="search_entry_activate_cb" swapped="no"/>
</object>
</child>
</object>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]