Apply a patch to fix some typos. (#355961, Claudio Saavedra)
2006-09-22 Matthias Clasen <mclasen@redhat.com> * gtk/tmpl/gtkpagesetup.sgml: Apply a patch to fix some typos. (#355961, Claudio Saavedra)
This commit is contained in:
committed by
Matthias Clasen
parent
63ef81fdc9
commit
84742b9f0b
@@ -1,3 +1,9 @@
|
||||
2006-09-22 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/tmpl/gtkprintcontext.sgml:
|
||||
* gtk/tmpl/gtkpagesetup.sgml: Apply a patch
|
||||
to fix some typos. (#355961, Claudio Saavedra)
|
||||
|
||||
2006-09-04 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* === Released 2.10.3 ===
|
||||
|
||||
@@ -8,7 +8,7 @@ Stores page setup information
|
||||
<para>
|
||||
A GtkPageSetup object stores the page size, orientation and margins.
|
||||
The idea is that you can get one of these from the page setup dialog
|
||||
and then pass it to the #GtkPrittntOperation when printing.
|
||||
and then pass it to the #GtkPrintOperation when printing.
|
||||
The benefit of splitting this out of the #GtkPrintSettings is that
|
||||
these affect the actual layout of the page, and thus need to be set
|
||||
long before user prints.
|
||||
|
||||
@@ -29,7 +29,7 @@ draw_page (GtkPrintOperation *operation,
|
||||
PangoLayout *layout;
|
||||
PangoFontDescription *desc;
|
||||
|
||||
cr = gtk_print_context_get_cairo (context);
|
||||
cr = gtk_print_context_get_cairo_context (context);
|
||||
|
||||
/* Draw a red rectangle, as wide as the paper (inside the margins) */
|
||||
cairo_set_source_rgb (cr, 1.0, 0, 0);
|
||||
|
||||
Reference in New Issue
Block a user