Return-Path: Delivered-To: apmail-commons-commits-archive@minotaur.apache.org Received: (qmail 85190 invoked from network); 6 Feb 2010 17:07:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 6 Feb 2010 17:07:31 -0000 Received: (qmail 10070 invoked by uid 500); 6 Feb 2010 17:07:31 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 9991 invoked by uid 500); 6 Feb 2010 17:07:31 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 9982 invoked by uid 99); 6 Feb 2010 17:07:31 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 06 Feb 2010 17:07:31 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 06 Feb 2010 17:07:30 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 861F223889BF; Sat, 6 Feb 2010 17:07:10 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r907256 - /commons/proper/daemon/trunk/src/native/nt/procrun/apps/prunmgr/prunmgr.c Date: Sat, 06 Feb 2010 17:07:10 -0000 To: commits@commons.apache.org From: mturk@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100206170710.861F223889BF@eris.apache.org> Author: mturk Date: Sat Feb 6 17:07:10 2010 New Revision: 907256 URL: http://svn.apache.org/viewvc?rev=907256&view=rev Log: Fix DAEMON-115 by applying the patch provided by Jack Cai Modified: commons/proper/daemon/trunk/src/native/nt/procrun/apps/prunmgr/prunmgr.c Modified: commons/proper/daemon/trunk/src/native/nt/procrun/apps/prunmgr/prunmgr.c URL: http://svn.apache.org/viewvc/commons/proper/daemon/trunk/src/native/nt/procrun/apps/prunmgr/prunmgr.c?rev=907256&r1=907255&r2=907256&view=diff ============================================================================== --- commons/proper/daemon/trunk/src/native/nt/procrun/apps/prunmgr/prunmgr.c (original) +++ commons/proper/daemon/trunk/src/native/nt/procrun/apps/prunmgr/prunmgr.c Sat Feb 6 17:07:10 2010 @@ -858,7 +858,7 @@ apxFree(b); } else - ComboBox_SetCurSel(GetDlgItem(hDlg, IDC_PPLGLEVEL), 0); + ComboBox_SetCurSel(GetDlgItem(hDlg, IDC_PPLGLEVEL), 1); if ((b = apxRegistryGetStringW(hRegserv, APXREG_PARAMSOFTWARE, _s_log, L"Path")) != NULL) { SetDlgItemTextW(hDlg, IDC_PPLGPATH, b);