[gtk/text: 11/12] search entry: temporarily disable some functions
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/text: 11/12] search entry: temporarily disable some functions
- Date: Sat, 16 Feb 2019 06:18:22 +0000 (UTC)
commit 9db185a22859de9ef1432799bbb79f5015b3403b
Author: Matthias Clasen <mclasen redhat com>
Date: Sat Feb 16 00:52:20 2019 -0500
search entry: temporarily disable some functions
The search entry needs to be rewritten to use a
text child until then, keep it limping along.
gtk/gtksearchentry.c | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/gtk/gtksearchentry.c b/gtk/gtksearchentry.c
index b2368c308a..c5f65d2647 100644
--- a/gtk/gtksearchentry.c
+++ b/gtk/gtksearchentry.c
@@ -164,9 +164,11 @@ gtk_search_entry_class_init (GtkSearchEntryClass *klass)
GTK_TYPE_SEARCH_ENTRY,
G_CALLBACK (gtk_search_entry_icon_release));
+#if 0
g_signal_override_class_handler ("preedit-changed",
GTK_TYPE_SEARCH_ENTRY,
G_CALLBACK (gtk_search_entry_preedit_changed));
+#endif
/**
* GtkSearchEntry::search-changed:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]