For Michael Pfeiffer, ready for beta...

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1108 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Michael Phipps
2002-09-21 18:57:19 +00:00
parent dd6a407346
commit 8f13f87bf7
15 changed files with 1037 additions and 156 deletions
@@ -6,6 +6,8 @@
// The print_server manages the communication between applications and the
// printer and transport drivers.
//
// Author
// Ithamar R. Adema
//
// This application and all source files used in its construction, except
// where noted, are licensed under the MIT License, and have been written
@@ -105,7 +107,7 @@ PrintServerApp::HandleScriptingCommand(BMessage* msg)
case B_DELETE_PROPERTY: {
Printer* printer = GetPrinterFromSpecifier(&spec);
status_t rc = B_BAD_VALUE;
if (printer != NULL && (rc=printer->Remove()) == B_OK) {
printer->Release();
}