mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 02:40:11 +00:00
Fix typo that broke the build.
2007-09-07 Wouter Bolsterlee <wbolster@svn.gnome.org> * modules/printbackends/cups/gtkcupsutils.c: (_post_send): Fix typo that broke the build. svn path=/trunk/; revision=18755
This commit is contained in:
parent
8bc40ad51f
commit
e1cf3b525b
@ -1,3 +1,8 @@
|
||||
2007-09-07 Wouter Bolsterlee <wbolster@svn.gnome.org>
|
||||
|
||||
* modules/printbackends/cups/gtkcupsutils.c:
|
||||
(_post_send): Fix typo that broke the build.
|
||||
|
||||
2007-09-07 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* configure.in: Check for the cups function httpGetAuthString().
|
||||
|
@ -629,7 +629,7 @@ _post_send (GtkCupsRequest *request)
|
||||
|
||||
httpClearFields (request->http);
|
||||
httpSetField (request->http, HTTP_FIELD_CONTENT_LENGTH, length);
|
||||
httpSetField (request->http, HTTP_FIELD_CONTENT_TYPE, "application/ipp");`
|
||||
httpSetField (request->http, HTTP_FIELD_CONTENT_TYPE, "application/ipp");
|
||||
#ifdef HAVE_HTTPGETAUTHSTRING
|
||||
httpSetField (request->http, HTTP_FIELD_AUTHORIZATION, httpGetAuthString (request->http));
|
||||
#else
|
||||
|
Loading…
Reference in New Issue
Block a user