search entry: Fix a copy-paste error

This commit is contained in:
Matthias Clasen
2019-03-03 22:55:34 -05:00
parent 02318dbda7
commit b79545e83c

View File

@@ -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)
{