Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:cmeng
yast2-drbd
setnextbutton.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File setnextbutton.diff of Package yast2-drbd
Index: yast2-drbd-2.13.1/src/common.ycp =================================================================== --- yast2-drbd-2.13.1.orig/src/common.ycp 2006-12-22 16:50:16.000000000 +0800 +++ yast2-drbd-2.13.1/src/common.ycp 2008-10-02 11:30:54.000000000 +0800 @@ -47,10 +47,10 @@ // UI::ChangeWidget(`id(`back), `Enabled, conf != "node_conf"); // if (conf == "startup_conf") { // UI::WizardCommand(`SetNextButtonLabel( Label::FinishButton() ) ); -// Wizard::ReplaceNextButton(`PushButton(`id(`next), `opt(`key_F10), Label::FinishButton())); +// Wizard::SetNextButton(`PushButton(`id(`next), `opt(`key_F10), Label::FinishButton())); // } else { // UI::WizardCommand(`SetNextButtonLabel( Label::NextButton() ) ); -// Wizard::ReplaceNextButton(`PushButton(`id(`next), `opt(`key_F10), Label::NextButton())); +// Wizard::SetNextButton(`PushButton(`id(`next), `opt(`key_F10), Label::NextButton())); // } // } } Index: yast2-drbd-2.13.1/src/wizards.ycp =================================================================== --- yast2-drbd-2.13.1.orig/src/wizards.ycp 2006-12-28 14:03:32.000000000 +0800 +++ yast2-drbd-2.13.1/src/wizards.ycp 2008-10-02 11:30:23.000000000 +0800 @@ -67,7 +67,7 @@ Wizard::CreateTree(tree, "DRBD"); // Buttons redefinition - Wizard::ReplaceNextButton(`PushButton(`id(`next), `opt(`key_F10), Label::FinishButton())); + Wizard::SetNextButton(`PushButton(`id(`next), `opt(`key_F10), Label::FinishButton())); if (UI::WidgetExists(`id(`wizardTree))) { Wizard::ReplaceBackButton(`PushButton(`id(`help), `opt(`key_F1), Label::HelpButton()));
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor