Skip to content

Commit

Permalink
fixed syntax error in widgets.ycp (wrogly placed bracket)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ladislav Slezak committed May 7, 2013
1 parent af1d8af commit 233e958
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 5 additions & 0 deletions package/yast2-isns.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue May 7 12:37:32 UTC 2013 - lslezak@suse.cz

- fixed syntax error in widgets.ycp (wrogly placed bracked)

-------------------------------------------------------------------
Thu Apr 19 10:57:13 UTC 2012 - jsrain@suse.cz

Expand Down
3 changes: 1 addition & 2 deletions src/widgets.ycp
Original file line number Diff line number Diff line change
Expand Up @@ -529,8 +529,6 @@ symbol handleDiscoveryDomainSet(string key, map event){
}
}

}

symbol handleDiscoveryDomainMembers(string key, map event)
{
if ( event["EventReason"]:"" == "Activated" ){
Expand Down Expand Up @@ -623,3 +621,4 @@ integer checkISNS()

return 0;
}
}

0 comments on commit 233e958

Please sign in to comment.