Mailinglist Archive: yast-commit (711 mails)

< Previous Next >
[yast-commit] r48299 - in /trunk/product-creator/src: dialogs.ycp image-creator.ycp
  • From: jsuchome@xxxxxxxxxxxxxxxx
  • Date: Fri, 13 Jun 2008 14:14:30 -0000
  • Message-id: <20080613141430.E2F092C206@xxxxxxxxxxxxxxxx>
Author: jsuchome
Date: Fri Jun 13 16:14:30 2008
New Revision: 48299

URL: http://svn.opensuse.org/viewcvs/yast?rev=48299&view=rev
Log:
icon name

Modified:
trunk/product-creator/src/dialogs.ycp
trunk/product-creator/src/image-creator.ycp

Modified: trunk/product-creator/src/dialogs.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/product-creator/src/dialogs.ycp?rev=48299&r1=48298&r2=48299&view=diff
==============================================================================
--- trunk/product-creator/src/dialogs.ycp (original)
+++ trunk/product-creator/src/dialogs.ycp Fri Jun 13 16:14:30 2008
@@ -26,6 +26,7 @@
import "String";
import "Package";

+ include "product-creator/routines.ycp";
include "product-creator/helps.ycp";

/**
@@ -1390,7 +1391,7 @@
import "Summary";

Wizard::CreateDialog();
- Wizard::SetDesktopIcon("cd-creator");
+ Wizard::SetDesktopIcon("product-creator");
string caption = _("Configuration Summary");
Wizard::SetContents( caption,
`Empty(),

Modified: trunk/product-creator/src/image-creator.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/product-creator/src/image-creator.ycp?rev=48299&r1=48298&r2=48299&view=diff
==============================================================================
--- trunk/product-creator/src/image-creator.ycp (original)
+++ trunk/product-creator/src/image-creator.ycp Fri Jun 13 16:14:30 2008
@@ -25,7 +25,7 @@
define boolean ICSequence() {

Wizard::CreateDialog();
- Wizard::SetDesktopIcon("cd-creator");
+ Wizard::SetDesktopIcon("product-creator");

if (!Confirm::MustBeRoot ())
{
@@ -35,6 +35,7 @@

if (!Package::InstallAll (["kiwi"]))
{
+ // error popup
Popup::Error(_("Installation of required packages
failed."));
UI::CloseDialog ();

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

< Previous Next >
This Thread
  • No further messages