[yast-commit] r48007 - in /branches/SuSE-Linux-11_0-Branch/packager: VERSION package/yast2-packager.changes src/modules/SlideShowCallbacks.ycp
Author: lslezak Date: Tue Jun 3 15:32:00 2008 New Revision: 48007 URL: http://svn.opensuse.org/viewcvs/yast?rev=48007&view=rev Log: - Display the error message properly in the media change popup. (bnc#395328) - 2.16.53 Modified: branches/SuSE-Linux-11_0-Branch/packager/VERSION branches/SuSE-Linux-11_0-Branch/packager/package/yast2-packager.changes branches/SuSE-Linux-11_0-Branch/packager/src/modules/SlideShowCallbacks.ycp Modified: branches/SuSE-Linux-11_0-Branch/packager/VERSION URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Linux-11_0-Branch/packager/VERSION?rev=48007&r1=48006&r2=48007&view=diff ============================================================================== --- branches/SuSE-Linux-11_0-Branch/packager/VERSION (original) +++ branches/SuSE-Linux-11_0-Branch/packager/VERSION Tue Jun 3 15:32:00 2008 @@ -1 +1 @@ -2.16.52 +2.16.53 Modified: branches/SuSE-Linux-11_0-Branch/packager/package/yast2-packager.changes URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Linux-11_0-Branch/packager/package/yast2-packager.changes?rev=48007&r1=48006&r2=48007&view=diff ============================================================================== --- branches/SuSE-Linux-11_0-Branch/packager/package/yast2-packager.changes (original) +++ branches/SuSE-Linux-11_0-Branch/packager/package/yast2-packager.changes Tue Jun 3 15:32:00 2008 @@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Tue Jun 3 15:09:36 CEST 2008 - lslezak@suse.cz + +- Display the error message properly in the media change popup. + (bnc#395328) +- 2.16.53 + +------------------------------------------------------------------- Fri May 23 15:28:19 CEST 2008 - lslezak@suse.cz - reserve more space for the table in the repository manager, Modified: branches/SuSE-Linux-11_0-Branch/packager/src/modules/SlideShowCallbacks.ycp URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Linux-11_0-Branch/packager/src/modules/SlideShowCallbacks.ycp?rev=48007&r1=48006&r2=48007&view=diff ============================================================================== --- branches/SuSE-Linux-11_0-Branch/packager/src/modules/SlideShowCallbacks.ycp (original) +++ branches/SuSE-Linux-11_0-Branch/packager/src/modules/SlideShowCallbacks.ycp Tue Jun 3 15:32:00 2008 @@ -511,7 +511,7 @@ SlideShow::StopTimer(); } - string ret = PackageCallbacks::MediaChange(error_code, error_code, url, product, current, current_label, wanted, + string ret = PackageCallbacks::MediaChange(error_code, error, url, product, current, current_label, wanted, wanted_label, double_sided, devices, current_device); if (!Mode::normal ()) -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
lslezak@svn.opensuse.org