Mailinglist Archive: yast-commit (288 mails)
| < Previous | Next > |
[yast-commit] r63974 - /branches/SuSE-Code-11-SP2-Branch/fcoe-client/src/complex.ycp
- From: gs@xxxxxxxxxxxxxxxxx
- Date: Thu, 12 May 2011 12:03:41 -0000
- Message-id: <20110512120342.5CD30325EC@svn2.opensuse.org>
Author: gs
Date: Thu May 12 14:03:41 2011
New Revision: 63974
URL: http://svn.opensuse.org/viewcvs/yast?rev=63974&view=rev
Log:
bugfix widget id
Modified:
branches/SuSE-Code-11-SP2-Branch/fcoe-client/src/complex.ycp
Modified: branches/SuSE-Code-11-SP2-Branch/fcoe-client/src/complex.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP2-Branch/fcoe-client/src/complex.ycp?rev=63974&r1=63973&r2=63974&view=diff
==============================================================================
--- branches/SuSE-Code-11-SP2-Branch/fcoe-client/src/complex.ycp (original)
+++ branches/SuSE-Code-11-SP2-Branch/fcoe-client/src/complex.ycp Thu May 12
14:03:41 2011
@@ -110,7 +110,7 @@
}
else
{
- UI::ChangeWidget( `id( "lldap_startup_auto" ), `Value, false );
+ UI::ChangeWidget( `id( "lldpad_startup_auto" ), `Value, false );
UI::ChangeWidget( `id( "lldpad_startup_manual" ), `Value, true );
}
}
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
Date: Thu May 12 14:03:41 2011
New Revision: 63974
URL: http://svn.opensuse.org/viewcvs/yast?rev=63974&view=rev
Log:
bugfix widget id
Modified:
branches/SuSE-Code-11-SP2-Branch/fcoe-client/src/complex.ycp
Modified: branches/SuSE-Code-11-SP2-Branch/fcoe-client/src/complex.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP2-Branch/fcoe-client/src/complex.ycp?rev=63974&r1=63973&r2=63974&view=diff
==============================================================================
--- branches/SuSE-Code-11-SP2-Branch/fcoe-client/src/complex.ycp (original)
+++ branches/SuSE-Code-11-SP2-Branch/fcoe-client/src/complex.ycp Thu May 12
14:03:41 2011
@@ -110,7 +110,7 @@
}
else
{
- UI::ChangeWidget( `id( "lldap_startup_auto" ), `Value, false );
+ UI::ChangeWidget( `id( "lldpad_startup_auto" ), `Value, false );
UI::ChangeWidget( `id( "lldpad_startup_manual" ), `Value, true );
}
}
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
| < Previous | Next > |