Mailinglist Archive: yast-commit (518 mails)
| < Previous | Next > |
[yast-commit] r56522 - /branches/SuSE-SLE-10-SP3-Branch/packager/src/modules/SourceDialogs.ycp
- From: lslezak@xxxxxxxxxxxxxxxx
- Date: Wed, 01 Apr 2009 09:54:52 -0000
- Message-id: <E1Lox9o-0002IL-3q@xxxxxxxxxxxxxxxx>
Author: lslezak
Date: Wed Apr 1 11:54:51 2009
New Revision: 56522
URL: http://svn.opensuse.org/viewcvs/yast?rev=56522&view=rev
Log:
- added missing import "InstURL" statement
Modified:
branches/SuSE-SLE-10-SP3-Branch/packager/src/modules/SourceDialogs.ycp
Modified: branches/SuSE-SLE-10-SP3-Branch/packager/src/modules/SourceDialogs.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/branches/SuSE-SLE-10-SP3-Branch/packager/src/modules/SourceDialogs.ycp?rev=56522&r1=56521&r2=56522&view=diff
==============================================================================
--- branches/SuSE-SLE-10-SP3-Branch/packager/src/modules/SourceDialogs.ycp
(original)
+++ branches/SuSE-SLE-10-SP3-Branch/packager/src/modules/SourceDialogs.ycp Wed
Apr 1 11:54:51 2009
@@ -23,6 +23,7 @@
import "Popup";
import "CWM";
import "SourceManager";
+import "InstURL";
// common functions / data
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
Date: Wed Apr 1 11:54:51 2009
New Revision: 56522
URL: http://svn.opensuse.org/viewcvs/yast?rev=56522&view=rev
Log:
- added missing import "InstURL" statement
Modified:
branches/SuSE-SLE-10-SP3-Branch/packager/src/modules/SourceDialogs.ycp
Modified: branches/SuSE-SLE-10-SP3-Branch/packager/src/modules/SourceDialogs.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/branches/SuSE-SLE-10-SP3-Branch/packager/src/modules/SourceDialogs.ycp?rev=56522&r1=56521&r2=56522&view=diff
==============================================================================
--- branches/SuSE-SLE-10-SP3-Branch/packager/src/modules/SourceDialogs.ycp
(original)
+++ branches/SuSE-SLE-10-SP3-Branch/packager/src/modules/SourceDialogs.ycp Wed
Apr 1 11:54:51 2009
@@ -23,6 +23,7 @@
import "Popup";
import "CWM";
import "SourceManager";
+import "InstURL";
// common functions / data
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
| < Previous | Next > |