[yast-commit] r51750 - in /trunk/ldap-server/src: dialogs.ycp wizards.ycp
Author: rhafer Date: Wed Oct 1 15:46:49 2008 New Revision: 51750 URL: http://svn.opensuse.org/viewcvs/yast?rev=51750&view=rev Log: use correct Icon (bnc#431210) Modified: trunk/ldap-server/src/dialogs.ycp trunk/ldap-server/src/wizards.ycp Modified: trunk/ldap-server/src/dialogs.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/ldap-server/src/dialogs.ycp?rev=51750&r1=51749&r2=51750&view=diff ============================================================================== --- trunk/ldap-server/src/dialogs.ycp (original) +++ trunk/ldap-server/src/dialogs.ycp Wed Oct 1 15:46:49 2008 @@ -322,6 +322,7 @@ //close service dialog // UI::CloseDialog(); Wizard::CreateTreeDialog(); + Wizard::SetDesktopIcon("ldap-server"); //item selected at start current_tree_item = "daemon"; Modified: trunk/ldap-server/src/wizards.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/ldap-server/src/wizards.ycp?rev=51750&r1=51749&r2=51750&view=diff ============================================================================== --- trunk/ldap-server/src/wizards.ycp (original) +++ trunk/ldap-server/src/wizards.ycp Wed Oct 1 15:46:49 2008 @@ -44,6 +44,7 @@ ] ]; + Wizard::SetDesktopIcon("ldap-server"); any ret = Sequencer::Run(aliases, sequence); UI::CloseDialog(); return ret; @@ -55,6 +56,7 @@ term contents = `Label(_("Initializing...")); Wizard::CreateDialog(); + Wizard::SetDesktopIcon("ldap-server"); Wizard::SetContentsButtons(caption, contents, "", Label::BackButton(), Label::NextButton()); @@ -95,6 +97,7 @@ term contents = `Label(_("Initializing...")); Wizard::CreateDialog(); + Wizard::SetDesktopIcon("ldap-server"); Wizard::SetContentsButtons(caption, contents, "", Label::BackButton(), Label::NextButton()); @@ -183,6 +186,7 @@ y2milestone( "--> starting MigrateSequence" ); Wizard::CreateDialog(); + Wizard::SetDesktopIcon("ldap-server"); any ret = Sequencer::Run(aliases, sequence); y2milestone( "--> MigrateSequence finished " ); @@ -240,6 +244,7 @@ ]; Wizard::CreateDialog(); + Wizard::SetDesktopIcon("ldap-server"); any ret = Sequencer::Run(aliases, sequence); @@ -262,6 +267,7 @@ y2milestone ( "--> starting LdapServerAutoSequence" ); Wizard::CreateDialog(); + Wizard::SetDesktopIcon("ldap-server"); Wizard::SetContentsButtons(caption, contents, "", Label::BackButton(), Label::NextButton()); -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
rhafer@svn.opensuse.org