[gtk/text: 10/11] search entry: temporarily disable some functions
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/text: 10/11] search entry: temporarily disable some functions
- Date: Sat, 16 Feb 2019 16:59:27 +0000 (UTC)
commit 1d235206f090849bc20d1ff0f0a2ccdfed37b780
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]