Mailinglist Archive: yast-commit (1212 mails)

< Previous Next >
[yast-commit] r51361 - in /trunk/installation: package/yast2-installation.changes src/clients/inst_mode.ycp src/clients/inst_new_desktop.ycp
  • From: locilka@xxxxxxxxxxxxxxxx
  • Date: Mon, 22 Sep 2008 13:20:34 -0000
  • Message-id: <20080922132034.7E6F72FBA7@xxxxxxxxxxxxxxxx>
Author: locilka
Date: Mon Sep 22 15:20:34 2008
New Revision: 51361

URL: http://svn.opensuse.org/viewcvs/yast?rev=51361&view=rev
Log:
- Fixed Installation Mode dialog to show icons again (bnc #427344).


Modified:
trunk/installation/package/yast2-installation.changes
trunk/installation/src/clients/inst_mode.ycp
trunk/installation/src/clients/inst_new_desktop.ycp

Modified: trunk/installation/package/yast2-installation.changes
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/installation/package/yast2-installation.changes?rev=51361&r1=51360&r2=51361&view=diff
==============================================================================
--- trunk/installation/package/yast2-installation.changes (original)
+++ trunk/installation/package/yast2-installation.changes Mon Sep 22 15:20:34
2008
@@ -3,6 +3,7 @@

- KDE 3.5 moved to 'Others', removed KDE 3.5 description text.
- GNOME 2.22 changed to 2.24.
+- Fixed Installation Mode dialog to show icons again (bnc #427344).

-------------------------------------------------------------------
Mon Sep 22 10:45:44 CEST 2008 - locilka@xxxxxxx

Modified: trunk/installation/src/clients/inst_mode.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/installation/src/clients/inst_mode.ycp?rev=51361&r1=51360&r2=51361&view=diff
==============================================================================
--- trunk/installation/src/clients/inst_mode.ycp (original)
+++ trunk/installation/src/clients/inst_mode.ycp Mon Sep 22 15:20:34 2008
@@ -29,6 +29,7 @@
import "Storage";
import "Wizard";
import "ProductFeatures";
+import "Directory";

include "packager/storage_include.ycp";
include "installation/misc.ycp";
@@ -131,7 +132,7 @@
CreateRadioButtonTerm (
_("New &Installation"),
`install,
-
"/usr/share/icons/hicolor/32x32/apps/yast-dirinstall.png",
+ Directory::themedir +
"/current/icons/48x48/apps/yast-dirinstall.png",
!Mode::update ()
),
`VSpacing( 0.3 ),
@@ -139,7 +140,7 @@
CreateRadioButtonTerm (
_("&Update"),
`update,
-
"/usr/share/icons/hicolor/32x32/apps/yast-update.png",
+ Directory::themedir +
"/current/icons/48x48/apps/yast-update.png",
Mode::update ()
),
`VSpacing( 1.8 ),
@@ -147,7 +148,7 @@
CreateRadioButtonTerm (
_("Re&pair Installed System"),
`repair,
-
"/usr/share/icons/hicolor/32x32/apps/yast.png",
+ Directory::themedir +
"/current/icons/48x48/apps/yast.png",
false
)
)

Modified: trunk/installation/src/clients/inst_new_desktop.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/installation/src/clients/inst_new_desktop.ycp?rev=51361&r1=51360&r2=51361&view=diff
==============================================================================
--- trunk/installation/src/clients/inst_new_desktop.ycp (original)
+++ trunk/installation/src/clients/inst_new_desktop.ycp Mon Sep 22 15:20:34 2008
@@ -22,7 +22,6 @@
import "Popup";
import "Stage";
import "Directory";
-import "Icon";
import "ProductControl";

// do not offer the dialog if base selection is fixed

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

< Previous Next >
This Thread
  • No further messages