* Fix problem reported by stippi: The IPP transport addon expected the URL in a custom printer attribute instead of the standard transport_address attribute. This caused the IPP transport to ask for the URL even though the Printers preference panel had already stored the URL in the transport_address attribute.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36505 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ithamar R. Adema 2010-04-27 16:04:34 +00:00
parent 2d0a43e6a6
commit d023a58407

View File

@ -5,7 +5,7 @@
#define __IppDefs_H
#define SPOOL_PATH "printer_file"
#define IPP_URL "_ipp/URL"
#define IPP_URL "transport_address"
#define IPP_JOB_ID "_ipp/job_id"
#endif //__IppDefs_H