1
0
mirror of https://github.com/fwbuilder/fwbuilder synced 2026-03-23 19:57:21 +01:00

fixed #1295 File/Print does not work for clusters

This commit is contained in:
Vadim Kurland 2010-03-04 03:43:31 +00:00
parent 0ba6a38fa3
commit bebcbfc3ba
3 changed files with 5 additions and 2 deletions

View File

@ -1 +1 @@
#define BUILD_NUM 2647
#define BUILD_NUM 2648

View File

@ -1,5 +1,8 @@
2010-03-03 vadim <vadim@vk.crocodile.org>
* FWWindowPrint.cpp (FWWindow::filePrint): fixed #1295 "File/Print
does not work for clusters"
* Importer.cpp (Importer::createAddress): fixed #1287 "policy
importer (iptables) crashes when host name is used in iptables
rule in place of an address". Importer now creates DNSName object.

View File

@ -85,7 +85,7 @@ void FWWindow::filePrint()
}
// Need error dialog
if (!Firewall::isA(firewall_to_print)) return;
if (!Firewall::cast(firewall_to_print)) return;
if (!st->getStr("PrintSetup/newPageForSection").isEmpty())