summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStanislas Marquis <stnsls@gmail.com>2010-06-05 00:33:06 +0200
committerJavier Jardón <jjardon@gnome.org>2010-06-05 00:47:16 +0200
commitf14fc8bc374f7e06343a80dff0b80efc8de3c014 (patch)
treefb71b11226cbeffcbb428dee5ef537dcaacd66af
parentd780a23746163690ad4c89e562dc176ec58f6d27 (diff)
downloadgdk-pixbuf-f14fc8bc374f7e06343a80dff0b80efc8de3c014.tar.gz
[docs] Fix GtkWindow: activate-default => activate-focus.
Signed-off-by: Javier Jardón <jjardon@gnome.org>
-rw-r--r--gtk/gtkwindow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkwindow.c b/gtk/gtkwindow.c
index 152959f02..6a881675a 100644
--- a/gtk/gtkwindow.c
+++ b/gtk/gtkwindow.c
@@ -814,7 +814,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
* <link linkend="keybinding-signals">keybinding signal</link>
* which gets emitted when the user activates the currently
* focused widget of @window.