From 682d4028ecfc81a1e8dc1df66b6ba7179d6b925b Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Mon, 10 Jul 2006 15:39:26 +0000 Subject: INTEGRATION: CWS vcl60 (1.19.16); FILE MERGED 2006/06/27 10:52:32 pl 1.19.16.2: RESYNC: (1.19-1.20); FILE MERGED 2006/06/20 11:21:21 pl 1.19.16.1: #i62663# method to wait on asynchronous printer detection --- padmin/source/padialog.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'padmin') diff --git a/padmin/source/padialog.cxx b/padmin/source/padialog.cxx index 8e3d96ba272a..c29141f4d0e7 100644 --- a/padmin/source/padialog.cxx +++ b/padmin/source/padialog.cxx @@ -4,9 +4,9 @@ * * $RCSfile: padialog.cxx,v $ * - * $Revision: 1.20 $ + * $Revision: 1.21 $ * - * last change: $Author: hr $ $Date: 2006-06-19 12:16:31 $ + * last change: $Author: obo $ $Date: 2006-07-10 16:39:26 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -196,7 +196,7 @@ long PADialog::Notify( NotifyEvent& rEv ) (rEv.GetType() == EVENT_GETFOCUS || rEv.GetType() == EVENT_LOSEFOCUS ) ) { - if( m_rPIManager.checkPrintersChanged() ) + if( m_rPIManager.checkPrintersChanged( false ) ) { UpdateDevice(); UpdateText(); -- cgit