summaryrefslogtreecommitdiff
path: root/gtk/gtksearchentry.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2019-03-03 22:55:34 -0500
committerMatthias Clasen <mclasen@redhat.com>2019-03-03 22:56:02 -0500
commitb79545e83c153df9477cd148cc765f220bcf8e95 (patch)
treeeb7c2292b2b5b9f554cce28b55d7d15ce78f938f /gtk/gtksearchentry.c
parent02318dbda7f983f48958e510c925cd2af3ffd5ad (diff)
downloadgtk+-b79545e83c153df9477cd148cc765f220bcf8e95.tar.gz
search entry: Fix a copy-paste error
Diffstat (limited to 'gtk/gtksearchentry.c')
-rw-r--r--gtk/gtksearchentry.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtksearchentry.c b/gtk/gtksearchentry.c
index eeeb618df5..fd6dfed05f 100644
--- a/gtk/gtksearchentry.c
+++ b/gtk/gtksearchentry.c
@@ -258,7 +258,7 @@ gtk_search_entry_grab_focus (GtkWidget *widget)
gtk_text_grab_focus_without_selecting (GTK_TEXT (priv->entry));
}
-static void
+static gboolean
gtk_search_entry_mnemonic_activate (GtkWidget *widget,
gboolean group_cycling)
{