Mailinglist Archive: yast-commit (1212 mails)

< Previous Next >
[yast-commit] r50726 - in /trunk/yast2: library/system/src/FileChanges.ycp library/wizard/src/Confirm.ycp package/yast2.changes
  • From: locilka@xxxxxxxxxxxxxxxx
  • Date: Fri, 05 Sep 2008 10:07:27 -0000
  • Message-id: <20080905100727.B6B4D30CC0@xxxxxxxxxxxxxxxx>
Author: locilka
Date: Fri Sep 5 12:07:27 2008
New Revision: 50726

URL: http://svn.opensuse.org/viewcvs/yast?rev=50726&view=rev
Log:
- Fixed Confirm module (bnc #423272).


Modified:
trunk/yast2/library/system/src/FileChanges.ycp
trunk/yast2/library/wizard/src/Confirm.ycp
trunk/yast2/package/yast2.changes

Modified: trunk/yast2/library/system/src/FileChanges.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/yast2/library/system/src/FileChanges.ycp?rev=50726&r1=50725&r2=50726&view=diff
==============================================================================
--- trunk/yast2/library/system/src/FileChanges.ycp (original)
+++ trunk/yast2/library/system/src/FileChanges.ycp Fri Sep 5 12:07:27 2008
@@ -66,6 +66,7 @@
* @return string the checksum
*/
string ComputeFileChecksum (string file) {
+ // See also FileUtils::MD5sum()
string cmd = sformat ("/usr/bin/md5sum %1", file);
map out = (map)SCR::Execute (.target.bash_output, cmd);
// note: it also contains file name, but since it is only to be compared

Modified: trunk/yast2/library/wizard/src/Confirm.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/yast2/library/wizard/src/Confirm.ycp?rev=50726&r1=50725&r2=50726&view=diff
==============================================================================
--- trunk/yast2/library/wizard/src/Confirm.ycp (original)
+++ trunk/yast2/library/wizard/src/Confirm.ycp Fri Sep 5 12:07:27 2008
@@ -68,7 +68,7 @@
`ButtonBox (
`HWeight (1, `PushButton (`id(`continue), `opt(`default,
`okButton), Label::ContinueButton())),
/* PushButton label */
- `HWeight (1, `PushButton (`id(`skip, `cancelButton),
_("&Skip")))
+ `HWeight (1, `PushButton (`id (`skip), `opt (`cancelButton),
_("&Skip")))
),
`VSpacing(0.2)
))),

Modified: trunk/yast2/package/yast2.changes
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/yast2/package/yast2.changes?rev=50726&r1=50725&r2=50726&view=diff
==============================================================================
--- trunk/yast2/package/yast2.changes (original)
+++ trunk/yast2/package/yast2.changes Fri Sep 5 12:07:27 2008
@@ -2,6 +2,7 @@
Thu Sep 4 17:48:02 CEST 2008 - locilka@xxxxxxx

- Adding question icon for ModuleLoading::Load (bnc #421002).
+- Fixed Confirm module (bnc #423272).

-------------------------------------------------------------------
Thu Sep 4 14:31:14 CEST 2008 - locilka@xxxxxxx

--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread
  • No further messages