From 494f75b4cf2dcf9a4389ebe120df7d53fa71f8c4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tomasz=20Mi=C4=85sko?= Date: Thu, 1 Feb 2018 00:00:00 +0000 Subject: [PATCH] Widget: Fix doc of default ::keynav-failed handler https://bugzilla.gnome.org/show_bug.cgi?id=793089 --- gtk/gtkwidget.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtk/gtkwidget.c b/gtk/gtkwidget.c index 3d66f3e191..e2f1826cbc 100644 --- a/gtk/gtkwidget.c +++ b/gtk/gtkwidget.c @@ -8351,9 +8351,9 @@ gtk_widget_child_focus (GtkWidget *widget, * navigation outside the widget, e.g. by calling * gtk_widget_child_focus() on the widget’s toplevel. * - * The default ::keynav-failed handler returns %TRUE for + * The default ::keynav-failed handler returns %FALSE for * %GTK_DIR_TAB_FORWARD and %GTK_DIR_TAB_BACKWARD. For the other - * values of #GtkDirectionType it returns %FALSE. + * values of #GtkDirectionType it returns %TRUE. * * Whenever the default handler returns %TRUE, it also calls * gtk_widget_error_bell() to notify the user of the failed keyboard -- 2.30.2