From f80f404cea99252fc0e7d13ca57a7c8d28acb344 Mon Sep 17 00:00:00 2001 From: guy Date: Tue, 4 Nov 1997 10:05:09 +0000 Subject: [PATCH] Corretta richiesta di cancellazione del documento easydoc anche se easydoc non e' stato prudentemente installato! git-svn-id: svn://10.65.10.50/trunk@5527 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- cg/cg2106.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cg/cg2106.cpp b/cg/cg2106.cpp index 173acca2c..36c0ba424 100755 --- a/cg/cg2106.cpp +++ b/cg/cg2106.cpp @@ -415,7 +415,7 @@ bool TPrimanota_application::easydoc_installed() // Il documento attuale e' connesso a easydoc? bool TPrimanota_application::easydoc_connected() { - return TRUE; + return _EasyDocPath.not_empty(); } bool TPrimanota_application::run_easydoc(const char* azione) const