* 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:
parent
2d0a43e6a6
commit
d023a58407
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user