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:
parent
0ba6a38fa3
commit
bebcbfc3ba
@ -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.
|
||||
|
||||
@ -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())
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user