Skip to content

Commit

Permalink
Merge pull request #4 from vmoravec/openSUSE-13_1
Browse files Browse the repository at this point in the history
Fix incorrect firewall service bnc#825505
  • Loading branch information
vmoravec committed Dec 13, 2013
2 parents 548bc48 + cfd7d48 commit 85529aa
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
3.0.0
3.0.1
6 changes: 6 additions & 0 deletions package/yast2-slp-server.changes
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Dec 12 13:47:48 UTC 2013 - vmoravec@suse.com

- Fix incorrect firewall service bnc#825505
- 3.0.1

-------------------------------------------------------------------
Wed Jul 31 08:39:24 UTC 2013 - yast-devel@opensuse.org

Expand Down
3 changes: 2 additions & 1 deletion src/include/slp-server/dialogs.rb
Expand Up @@ -64,7 +64,8 @@ def initialize_slp_server_dialogs(include_target)
),
# firewall widget
"firewall" => CWMFirewallInterfaces.CreateOpenFirewallWidget(
{ "services" => ["slp-daemon"], "display_details" => true }
# bnc#825505 - fixed not working checkbox due to unknown firewall service
{ "services" => ["service:openslp"], "display_details" => true }
),
# button for view log files
"view_log" => {
Expand Down

0 comments on commit 85529aa

Please sign in to comment.