From d7dd033ffc92a9d74c0d6e382dde709b6cb3df50 Mon Sep 17 00:00:00 2001 From: Charlie Fenton Date: Tue, 24 Aug 2010 01:46:58 +0000 Subject: [PATCH] MGR: Further refinements to Client shutdown logic on Manager Exit svn path=/trunk/boinc/; revision=22288 --- checkin_notes | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/checkin_notes b/checkin_notes index 3e2613e88c..f8c9297bb2 100644 --- a/checkin_notes +++ b/checkin_notes @@ -6204,12 +6204,13 @@ Charlie 23 Aug 2010 Don't show exit dialog if connected Client is not on localhost. Mac: Manager shuts down Client only if it started the Client and if the Client is on localhost. - Windows, Linux: Manager shuts down Client only if the Client is - on localhost and the user requests Client shutdown in the - exit dialog, even if running as a service on Windows. As - before, it skips the exit dialog and uses the saved behavior - if the user previously set "Remember this decision and do not - show this dialog." + Windows, Linux: Manager shuts down Client, whether or not the + Manager started the Client, but only if the Client is on + localhost and the user requests Client shutdown in the exit + dialog, even if running as a service on Windows. As before, + it skips the exit dialog and uses the saved behavior if the + user previously set "Remember this decision and do not show + this dialog." clientgui/ BOINCClientManager.cpp