* 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:
@@ -5,7 +5,7 @@
|
|||||||
#define __IppDefs_H
|
#define __IppDefs_H
|
||||||
|
|
||||||
#define SPOOL_PATH "printer_file"
|
#define SPOOL_PATH "printer_file"
|
||||||
#define IPP_URL "_ipp/URL"
|
#define IPP_URL "transport_address"
|
||||||
#define IPP_JOB_ID "_ipp/job_id"
|
#define IPP_JOB_ID "_ipp/job_id"
|
||||||
|
|
||||||
#endif //__IppDefs_H
|
#endif //__IppDefs_H
|
||||||
|
|||||||
Reference in New Issue
Block a user