[yast-commit] r51742 - /trunk/yast2/library/modules/Popup.ycp
Author: sh-sh-sh Date: Wed Oct 1 14:24:33 2008 New Revision: 51742 URL: http://svn.opensuse.org/viewcvs/yast?rev=51742&view=rev Log: fixed syntax error (doesn't anybody do _any_ testing any more???) Modified: trunk/yast2/library/modules/Popup.ycp Modified: trunk/yast2/library/modules/Popup.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/yast2/library/modules/Popup.ycp?rev=51742&r1=51741&r2=51742&view=diff ============================================================================== --- trunk/yast2/library/modules/Popup.ycp (original) +++ trunk/yast2/library/modules/Popup.ycp Wed Oct 1 14:24:33 2008 @@ -330,6 +330,10 @@ ); any ret = nil; + + if ( focus != nil ) + UI::SetFocus(focus); + if (success == true) { ret = UI::UserInput(); UI::CloseDialog(); -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
sh-sh-sh@svn.opensuse.org