fixed #1746 "Force user to change interface name in New Firewall

wizard". When user creates interfaces for the new firewall or host
using manual method and clicks on the "+" button to add a tab for
the new interface in the wizard page, the interface tab is created
with blank name. Wizard later checks the name when user clicks
Finish to create new firewall or host object and does not let them
do this while interface name is still blank. Error dialog reminds
that the name of the interface must match the name of the
interface on the machine.
This commit is contained in:
Vadim Kurland
2010-09-29 20:40:42 +00:00
parent 239bb3bd74
commit d4a96c48f8
4 changed files with 34 additions and 3 deletions
+1 -1
View File
@@ -1 +1 @@
#define BUILD_NUM 3281
#define BUILD_NUM 3282