diff --git a/ChangeLog b/ChangeLog index a4c6ffcca4..1ef4181521 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2006-12-29 Matthias Clasen + * gtk/gtkrecentmanager.h: + * gtk/gtkprintoperation.c: Fix doc typos. (#370909, + Shiino Yuki) + * gtk/gtkstyle.c (gtk_style_attach): Clarify docs. (#353423, Christian Persch) diff --git a/gtk/gtkprintoperation.c b/gtk/gtkprintoperation.c index bf634e77af..0391b8ae23 100644 --- a/gtk/gtkprintoperation.c +++ b/gtk/gtkprintoperation.c @@ -2332,7 +2332,7 @@ gtk_print_operation_get_error (GtkPrintOperation *op, * GTK_DIALOG_DESTROY_WITH_PARENT, * GTK_MESSAGE_ERROR, * GTK_BUTTONS_CLOSE, - * "Error printing file:\n%s", + * "Error printing file:\n%s", * error->message); * g_signal_connect (error_dialog, "response", * G_CALLBACK (gtk_widget_destroy), NULL); diff --git a/gtk/gtkrecentmanager.h b/gtk/gtkrecentmanager.h index 1d21870c3d..37e7121a62 100644 --- a/gtk/gtkrecentmanager.h +++ b/gtk/gtkrecentmanager.h @@ -53,8 +53,9 @@ typedef struct _GtkRecentManagerPrivate GtkRecentManagerPrivate; * @app_name: the name of the application that is registering this recently * used resource; * @app_exec: command line used to launch this resource; may contain the - * "%f" and "%u" escape characters which will be expanded to the resource - * file path and URI respectively when the command line is retrieved; + * "%f" and "%u" escape characters which will be expanded + * to the resource file path and URI respectively when the command line + * is retrieved; * @groups: a vector of strings containing groups names; * @is_private: whether this resource should be displayed only by the * applications that have registered it or not.