Mailinglist Archive: opensuse-bugs (13486 mails)
| < Previous | Next > |
[Bug 332838] Samba Configuration: Checkbox does not stick when toggling tabs
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Mon, 15 Oct 2007 08:38:06 -0600 (MDT)
- Message-id: <20071015143806.7A6BCCC7AC@xxxxxxxxxxxxxxxxxxxxxx>
https://bugzilla.novell.com/show_bug.cgi?id=332838#c1
Lukas Ocilka <locilka@xxxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #1 from Lukas Ocilka <locilka@xxxxxxxxxx> 2007-10-15 08:38:06 MST
---
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
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Lukas Ocilka <locilka@xxxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #1 from Lukas Ocilka <locilka@xxxxxxxxxx> 2007-10-15 08:38:06 MST
---
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
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
| < Previous | Next > |