From 19b74825fbabad78062e0515745e315855ec89e8 Mon Sep 17 00:00:00 2001 From: Rom Walton Date: Fri, 13 Jan 2012 19:26:24 +0000 Subject: [PATCH] Quick Updates svn path=/trunk/boinc/; revision=25046 --- clientgui/ViewWork.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/clientgui/ViewWork.cpp b/clientgui/ViewWork.cpp index 36050b17bc..c6690e86fb 100644 --- a/clientgui/ViewWork.cpp +++ b/clientgui/ViewWork.cpp @@ -803,20 +803,20 @@ void CViewWork::UpdateSelection() { // desktop connection // if (!strlen(result->remote_desktop_addr)) { - enableShowVMConsole = false; + enableShowVMConsole = false; } // Disable Show Graphics button if the selected task can't display graphics // if (!strlen(result->web_graphics_url) && !strlen(result->graphics_exec_path)) { - enableShowGraphics = false; + enableShowGraphics = false; } if (result->suspended_via_gui || result->project_suspended_via_gui || (result->scheduler_state != CPU_SCHED_SCHEDULED) ) { - enableShowGraphics = false; + enableShowGraphics = false; } // Disable Abort button if any selected task already aborted