From a7d815e46e7c99568e299765f0c635290f991168 Mon Sep 17 00:00:00 2001 From: Charlie Fenton Date: Tue, 22 Apr 2008 22:53:24 +0000 Subject: [PATCH] MGR: disable web buttons if all projects are deselected (part of previous checkin) svn path=/trunk/boinc/; revision=15083 --- checkin_notes | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/checkin_notes b/checkin_notes index cd4a22252d..725b4584a6 100644 --- a/checkin_notes +++ b/checkin_notes @@ -3352,7 +3352,8 @@ Charlie April 22 2008 - MGR: Work around a bug where Projects Grid View occasionally failed to update when a new selection is made. For unknown reasons, OnGridSelectRange() would be called for deselecting the old item - but occasionally not for selecting the new one. + but occasionally not for selecting the new one. Also disable web + buttons if all projects are deselected. clientgui/ ViewWorkGrid.cpp