[yast-commit] r57311 - in /branches/SuSE-SLE-10-SP3-Branch/support/src: complex.ycp support.desktop wizards.ycp

Author: mzugec Date: Mon May 25 16:48:52 2009 New Revision: 57311 URL: http://svn.opensuse.org/viewcvs/yast?rev=57311&view=rev Log: removed calls of not-implemented functions Modified: branches/SuSE-SLE-10-SP3-Branch/support/src/complex.ycp branches/SuSE-SLE-10-SP3-Branch/support/src/support.desktop branches/SuSE-SLE-10-SP3-Branch/support/src/wizards.ycp Modified: branches/SuSE-SLE-10-SP3-Branch/support/src/complex.ycp URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-SLE-10-SP3-Branch/support... ============================================================================== --- branches/SuSE-SLE-10-SP3-Branch/support/src/complex.ycp (original) +++ branches/SuSE-SLE-10-SP3-Branch/support/src/complex.ycp Mon May 25 16:48:52 2009 @@ -77,7 +77,7 @@ if (!Confirm::MustBeRoot()) return `abort; } y2milestone ("Using configuration file %1", file); - setenv ("SC_CONF", file); +// setenv ("SC_CONF", file); // ensure ~/.supportconfig does exist if (SCR::Read (.target.size, file) < 0) { Modified: branches/SuSE-SLE-10-SP3-Branch/support/src/support.desktop URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-SLE-10-SP3-Branch/support... ============================================================================== --- branches/SuSE-SLE-10-SP3-Branch/support/src/support.desktop (original) +++ branches/SuSE-SLE-10-SP3-Branch/support/src/support.desktop Mon May 25 16:48:52 2009 @@ -1,6 +1,6 @@ [Desktop Entry] Type=Application -Categories=Settings;System;Qt;X-SuSE-YaST;X-SuSE-YaST-Misc;X-SuSE-YaST-Support; +Categories=Qt;X-SuSE-YaST;X-SuSE-YaST-Misc;X-SuSE-YaST-Support; X-KDE-ModuleType=Library X-KDE-RootOnly=true Modified: branches/SuSE-SLE-10-SP3-Branch/support/src/wizards.ycp URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-SLE-10-SP3-Branch/support... ============================================================================== --- branches/SuSE-SLE-10-SP3-Branch/support/src/wizards.ycp (original) +++ branches/SuSE-SLE-10-SP3-Branch/support/src/wizards.ycp Mon May 25 16:48:52 2009 @@ -148,7 +148,7 @@ ]; Wizard::CreateDialog(); - Wizard::SetDesktopTitle("support"); +// Wizard::SetDesktopTitle("support"); any ret = Sequencer::Run(aliases, sequence); -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
mzugec@svn.opensuse.org