Fix typo to get the build working.

2007-05-26  Richard Hult  <richard@imendio.com>

	* gtk/gtkprinter.c: (gtk_printer_set_location): Fix typo to get the
	build working.

svn path=/trunk/; revision=17926
This commit is contained in:
Richard Hult 2007-05-26 08:07:37 +00:00 committed by Richard Hult
parent 2470acff89
commit b12112dda2
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2007-05-26 Richard Hult <richard@imendio.com>
* gtk/gtkprinter.c: (gtk_printer_set_location): Fix typo to get the
build working.
2007-05-26 Matthias Clasen <mclasen@redhat.com>
* configure.in: Require gtk-doc 1.6, for signal and property links.

View File

@ -511,7 +511,7 @@ gtk_printer_set_location (GtkPrinter *printer,
return TRUE;
}
**
/**
* gtk_printer_get_icon_name:
* @printer: a #GtkPrinter
*