From 9f18112617338833290650432b595cb8519f21a4 Mon Sep 17 00:00:00 2001 From: Preston Cody Date: Thu, 21 Jul 2005 21:09:53 +0000 Subject: GenDialog updates. changed comment in IP. changed "Use Local" on portage and tarball selection to none for portage and stage3-on-the-fly for tarball selection. lowercase fix on portage sync type. fixed some more widths. fixed USE list_heights. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/gli/trunk@747 f8877401-5920-0410-a79b-8e2d7e04ca0d --- src/GLIInstallProfile.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/GLIInstallProfile.py') diff --git a/src/GLIInstallProfile.py b/src/GLIInstallProfile.py index 57c9a72..def9b70 100644 --- a/src/GLIInstallProfile.py +++ b/src/GLIInstallProfile.py @@ -1,7 +1,7 @@ """ Gentoo Linux Installer -$Id: GLIInstallProfile.py,v 1.68 2005/07/07 18:41:53 robbat2 Exp $ +$Id: GLIInstallProfile.py,v 1.69 2005/07/21 21:09:53 codeman Exp $ Copyright 2005 Gentoo Technologies Inc. The GLI module contains all classes used in the Gentoo Linux Installer (or GLI). @@ -1389,7 +1389,7 @@ class InstallProfile: # Set the services to be started on bootup. Services should be # seperated by ','. WARNING: This used to be ' ' instead! # @param xml_path Used internally by the XML parser. Should be None when calling directly - # @param services space-separated list of services + # @param services comma-separated list of services # @param xml_attr Parameter description def set_services(self, xml_path, services, xml_attr): if type(services) == str: -- cgit v1.2.3-65-gdbad