[yast-commit] r62861 - in /trunk/yast2: VERSION library/log/src/LogView.ycp package/yast2.changes
Author: mzugec Date: Tue Nov 16 15:47:37 2010 New Revision: 62861 URL: http://svn.opensuse.org/viewcvs/yast?rev=62861&view=rev Log: save log file into home directory by default (bnc#653601) Modified: trunk/yast2/VERSION trunk/yast2/library/log/src/LogView.ycp trunk/yast2/package/yast2.changes Modified: trunk/yast2/VERSION URL: http://svn.opensuse.org/viewcvs/yast/trunk/yast2/VERSION?rev=62861&r1=62860&r2=62861&view=diff ============================================================================== --- trunk/yast2/VERSION (original) +++ trunk/yast2/VERSION Tue Nov 16 15:47:37 2010 @@ -1 +1 @@ -2.20.4 +2.20.5 Modified: trunk/yast2/library/log/src/LogView.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/yast2/library/log/src/LogView.ycp?rev=62861&r1=62860&r2=62861&view=diff ============================================================================== --- trunk/yast2/library/log/src/LogView.ycp (original) +++ trunk/yast2/library/log/src/LogView.ycp Tue Nov 16 15:47:37 2010 @@ -395,8 +395,8 @@ if (ret == `_cwm_log_save) { string filename = UI::AskForSaveFileName( - // popup caption - "/tmp", "*.log", _("Save Log as...")); + // popup caption, save into home directory by default (bnc#653601) + "~", "*.log", _("Save Log as...")); if (filename != nil) { SCR::Write (.target.string, filename, Modified: trunk/yast2/package/yast2.changes URL: http://svn.opensuse.org/viewcvs/yast/trunk/yast2/package/yast2.changes?rev=62861&r1=62860&r2=62861&view=diff ============================================================================== --- trunk/yast2/package/yast2.changes (original) +++ trunk/yast2/package/yast2.changes Tue Nov 16 15:47:37 2010 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Tue Nov 16 15:45:30 CET 2010 - mzugec@suse.cz + +- save log file into home directory by default (bnc#653601) +- 2.20.5 + +------------------------------------------------------------------- Fri Nov 12 15:42:50 CET 2010 - mzugec@suse.cz - FileChanges: fixed testsuite -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
mzugec@svn2.opensuse.org