]> Pileus Git - ~andy/gtk/commitdiff
Fix typo to get the build working.
authorRichard Hult <richard@imendio.com>
Sat, 26 May 2007 08:07:37 +0000 (08:07 +0000)
committerRichard Hult <rhult@src.gnome.org>
Sat, 26 May 2007 08:07:37 +0000 (08:07 +0000)
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

ChangeLog
gtk/gtkprinter.c

index 9bde465457a8a057b2bbd7afde2c2971c9059d2c..dc8f97010485124cc6c2c52f9d740cdbed75e997 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index 3da9434a2a4515385250a9fd70605501842d2c80..883f40f11efbbef9bfe0a32fbb44d1b4014fbd95 100644 (file)
@@ -511,7 +511,7 @@ gtk_printer_set_location (GtkPrinter  *printer,
   return TRUE;
 }
 
-**
+/**
  * gtk_printer_get_icon_name:
  * @printer: a #GtkPrinter
  *