Patch level : 12.00 139
Files correlati : ve01.exe ve11.exe fp01.exe cg021.exe Commento : Invio con FePA
This commit is contained in:
parent
1589b5aecd
commit
f78c0c2121
@ -796,9 +796,8 @@ void TApplication::open_files(int logicnum, ...)
|
|||||||
|
|
||||||
bool TApplication::get_spotlite_path(TFilename& path) const
|
bool TApplication::get_spotlite_path(TFilename& path) const
|
||||||
{
|
{
|
||||||
bool ok = dongle().active(RSAUT);
|
bool ok = false;
|
||||||
if (ok)
|
|
||||||
{
|
|
||||||
if (prefix_valid())
|
if (prefix_valid())
|
||||||
path = prefix().get_studio(); // Legge il persorso dello studio corrente
|
path = prefix().get_studio(); // Legge il persorso dello studio corrente
|
||||||
else
|
else
|
||||||
@ -831,7 +830,6 @@ bool TApplication::get_spotlite_path(TFilename& path) const
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
return ok;
|
return ok;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -2421,7 +2421,7 @@ bool TBook::print(size_t pagefrom, size_t pageto, word copies)
|
|||||||
bool TBook::export_pdf(TFilename& filename, bool signature, bool goto_url, bool ask_filename)
|
bool TBook::export_pdf(TFilename& filename, bool signature, bool goto_url, bool ask_filename)
|
||||||
{
|
{
|
||||||
|
|
||||||
bool ok = (pages() > 0) && main_app().has_module(RSAUT); // Controllo paranoico dei permessi
|
bool ok = (pages() > 0); // Controllo paranoico dei permessi
|
||||||
if (ok)
|
if (ok)
|
||||||
{
|
{
|
||||||
ask_filename |= filename.blank();
|
ask_filename |= filename.blank();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user