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