From 55daead3c53a83ac300d76200dd4144f154e07d3 Mon Sep 17 00:00:00 2001 From: Svetoslav Ganov Date: Sun, 11 Aug 2013 15:26:13 -0700 Subject: [PATCH] Fix the build Change-Id: Icf3b339f7b300cc8673443fa8afd38ce78964683 --- .../src/com/android/printspooler/PrintJobConfigActivity.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/PrintSpooler/src/com/android/printspooler/PrintJobConfigActivity.java b/packages/PrintSpooler/src/com/android/printspooler/PrintJobConfigActivity.java index 5fadd44e18614..9160b7d1ffe86 100644 --- a/packages/PrintSpooler/src/com/android/printspooler/PrintJobConfigActivity.java +++ b/packages/PrintSpooler/src/com/android/printspooler/PrintJobConfigActivity.java @@ -626,7 +626,7 @@ public class PrintJobConfigActivity extends Activity { SpinnerItem dstItem = mDestinationSpinnerAdapter.getItem(position); if (dstItem != null) { PrinterInfo printer = dstItem.value; - mSpooler.setPrintJobPrinterNoPersistence(mPrintJobId, printer.getId()); + mSpooler.setPrintJobPrinterNoPersistence(mPrintJobId, printer); PrinterCapabilitiesInfo capabilities = printer.getCapabilities(); if (capabilities == null) { List printerIds = new ArrayList();