Mailinglist Archive: yast-commit (864 mails)

< Previous Next >
[yast-commit] r41725 - in /trunk/update/src/clients: backup_proposal.ycp inst_backup.ycp
  • From: locilka@xxxxxxxxxxxxxxxx
  • Date: Thu, 01 Nov 2007 15:59:06 -0000
  • Message-id: <20071101155906.2D1B02561C@xxxxxxxxxxxxxxxx>
Author: locilka
Date: Thu Nov 1 16:59:05 2007
New Revision: 41725

URL: http://svn.opensuse.org/viewcvs/yast?rev=41725&view=rev
Log:
Some more changes from Update::* to Installation::update_*


Modified:
trunk/update/src/clients/backup_proposal.ycp
trunk/update/src/clients/inst_backup.ycp

Modified: trunk/update/src/clients/backup_proposal.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/update/src/clients/backup_proposal.ycp?rev=41725&r1=41724&r2=41725&view=diff
==============================================================================
--- trunk/update/src/clients/backup_proposal.ycp (original)
+++ trunk/update/src/clients/backup_proposal.ycp Thu Nov 1 16:59:05 2007
@@ -13,6 +13,7 @@

import "HTML";
import "Update";
+ import "Installation";

string func = (string) WFM::Args(0);
map param = (map) WFM::Args(1);

Modified: trunk/update/src/clients/inst_backup.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/update/src/clients/inst_backup.ycp?rev=41725&r1=41724&r2=41725&view=diff
==============================================================================
--- trunk/update/src/clients/inst_backup.ycp (original)
+++ trunk/update/src/clients/inst_backup.ycp Thu Nov 1 16:59:05 2007
@@ -18,6 +18,7 @@
import "SpaceCalculation";
import "Wizard";
import "Popup";
+ import "Installation";


//
@@ -26,7 +27,7 @@

define boolean check_backup_path (list<map> part_info)
{
- string backup_path = Update::backup_path;
+ string backup_path = Installation::update_backup_path;
integer min_space = 50;

boolean found = false;
@@ -143,13 +144,13 @@

// help text for backup dialog during update 7/7
help_text = help_text + sformat (_("<p>All backups are placed in %1.</p>"),
- Update::backup_path);
+ Installation::update_backup_path);


Wizard::SetContents (title, contents, help_text, (boolean) WFM::Args(0),
(boolean) WFM::Args(1));

UI::ChangeWidget (`id(`modified), `Value,
Installation::update_backup_modified);
- UI::ChangeWidget (`id(`sysconfig), `Value, Update::backup_sysconfig);
+ UI::ChangeWidget (`id(`sysconfig), `Value,
Installation::update_backup_sysconfig);
UI::ChangeWidget (`id(`remove), `Value,
Installation::update_remove_old_backups);

any ret = nil;
@@ -174,7 +175,7 @@
continue;

Installation::update_backup_modified = (boolean) UI::QueryWidget
(`id(`modified), `Value);
- Update::backup_sysconfig = (boolean) UI::QueryWidget
(`id(`sysconfig), `Value);
+ Installation::update_backup_sysconfig = (boolean) UI::QueryWidget
(`id(`sysconfig), `Value);
Installation::update_remove_old_backups = (boolean) UI::QueryWidget
(`id(`remove), `Value);

break;

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

< Previous Next >
This Thread
  • No further messages