|
Bugzilla – Full Text Bug Listing |
| Summary: | Samba Configuration: Checkbox does not stick when toggling tabs | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 10.3 | Reporter: | Magnus Boman <mboman> |
| Component: | YaST2 | Assignee: | Lukas Ocilka <locilka> |
| Status: | RESOLVED FIXED | QA Contact: | Jiri Srain <jsrain> |
| Severity: | Normal | ||
| Priority: | P5 - None | ||
| Version: | Final | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Magnus Boman
2007-10-11 07:46:05 UTC
This is the diff:
Index: dialogs.ycp
===================================================================
--- dialogs.ycp (revision 41424)
+++ dialogs.ycp (working copy)
@@ -317,10 +317,14 @@
void InitUserShareWidgets () {
max_shares = Samba::GetMaxShares ();
+
if (max_shares == 0) {
max_shares = 100;
allow_share = false;
+ } else {
+ allow_share = true;
}
+
shares_group = Samba::shares_group;
- Correctly display user-shares status when adjusting it and
switching between different tabs at one YaST run (#332838).
- yast2-samba-server-2.16.1
|