From dcb4ea6f650554266514a352107d8d242d9731e7 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 17 Jul 2006 03:43:29 +0000 Subject: [PATCH] Some small documentation fixups. (#347711, Guillaume Cottenceau) 2006-07-16 Matthias Clasen * gtk/gtkassistant.c: Some small documentation fixups. (#347711, Guillaume Cottenceau) --- ChangeLog | 3 +++ ChangeLog.pre-2-10 | 3 +++ gtk/gtkassistant.c | 12 ++++++------ 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index d478461c58..aa74745306 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2006-07-16 Matthias Clasen + * gtk/gtkassistant.c: Some small documentation + fixups. (#347711, Guillaume Cottenceau) + * gtk/gtkfilechooserdefault.c (browse_widgets_create): Mark the text of the location label as translatable. diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index d478461c58..aa74745306 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,5 +1,8 @@ 2006-07-16 Matthias Clasen + * gtk/gtkassistant.c: Some small documentation + fixups. (#347711, Guillaume Cottenceau) + * gtk/gtkfilechooserdefault.c (browse_widgets_create): Mark the text of the location label as translatable. diff --git a/gtk/gtkassistant.c b/gtk/gtkassistant.c index d32fdbf5c5..9451107a0d 100644 --- a/gtk/gtkassistant.c +++ b/gtk/gtkassistant.c @@ -223,7 +223,7 @@ gtk_assistant_class_init (GtkAssistantClass *class) * A handler for the ::apply signal should carry out the actions for which the * wizard has collected data. If the action takes a long time to complete, you * might consider to put a page of type GTK_ASSISTANT_PAGE_PROGRESS after the - * confirmation page and handle this operation within the "prepare" signal of + * confirmation page and handle this operation within the ::prepare signal of * the progress page. * * Since: 2.10 @@ -1767,7 +1767,7 @@ gtk_assistant_remove_action_widget (GtkAssistant *assistant, /** * gtk_assistant_set_page_title: * @assistant: a #GtkAssistant - * @page: a page of @assitant + * @page: a page of @assistant * @title: the new title for @page * * Sets a title for @page. The title is displayed in the header @@ -1834,7 +1834,7 @@ gtk_assistant_get_page_title (GtkAssistant *assistant, /** * gtk_assistant_set_page_type: * @assistant: a #GtkAssistant - * @page: a page of @assitant + * @page: a page of @assistant * @type: the new type for @page * * Sets the page type for @page. The page type determines the page @@ -1909,7 +1909,7 @@ gtk_assistant_get_page_type (GtkAssistant *assistant, /** * gtk_assistant_set_page_header_image: * @assistant: a #GtkAssistant - * @page: a page of @assitant + * @page: a page of @assistant * @pixbuf: the new header image @page * * Sets a header image for @page. This image is displayed in the header @@ -1991,7 +1991,7 @@ gtk_assistant_get_page_header_image (GtkAssistant *assistant, /** * gtk_assistant_set_page_side_image: * @assistant: a #GtkAssistant - * @page: a page of @assitant + * @page: a page of @assistant * @pixbuf: the new header image @page * * Sets a header image for @page. This image is displayed in the side @@ -2073,7 +2073,7 @@ gtk_assistant_get_page_side_image (GtkAssistant *assistant, /** * gtk_assistant_set_page_complete: * @assistant: a #GtkAssistant - * @page: a page of @assitant + * @page: a page of @assistant * @complete: the completeness status of the page * * Sets whether @page contents are complete. This will make