From fe8d093a3ca0e3ffcf19e48df2a86d40d4bbd8e6 Mon Sep 17 00:00:00 2001 From: Stanislas Marquis Date: Sat, 5 Jun 2010 00:33:06 +0200 Subject: [PATCH] [docs] Fix GtkWindow: activate-default => activate-focus. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Javier Jardón --- gtk/gtkwindow.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkwindow.c b/gtk/gtkwindow.c index 3d882545d9..942c30e5ff 100644 --- a/gtk/gtkwindow.c +++ b/gtk/gtkwindow.c @@ -838,7 +838,7 @@ gtk_window_class_init (GtkWindowClass *klass) * GtkWindow::activate-focus: * @window: the window which received the signal * - * The ::activate-default signal is a + * The ::activate-focus signal is a * keybinding signal * which gets emitted when the user activates the currently * focused widget of @window.