[docs] Fix GtkWindow: activate-default => activate-focus.

Signed-off-by: Javier Jardón <jjardon@gnome.org>
This commit is contained in:
Stanislas Marquis 2010-06-05 00:33:06 +02:00 committed by Javier Jardón
parent 233388e693
commit fe8d093a3c

View File

@ -838,7 +838,7 @@ gtk_window_class_init (GtkWindowClass *klass)
* GtkWindow::activate-focus: * GtkWindow::activate-focus:
* @window: the window which received the signal * @window: the window which received the signal
* *
* The ::activate-default signal is a * The ::activate-focus signal is a
* <link linkend="keybinding-signals">keybinding signal</link> * <link linkend="keybinding-signals">keybinding signal</link>
* which gets emitted when the user activates the currently * which gets emitted when the user activates the currently
* focused widget of @window. * focused widget of @window.