diff options
author | Timothy Redaelli <drizzt@gentoo.org> | 2006-10-18 21:35:19 +0000 |
---|---|---|
committer | Timothy Redaelli <drizzt@gentoo.org> | 2006-10-18 21:35:19 +0000 |
commit | 73197736a3096f7955a145e9c0ba0b5a83713ad2 (patch) | |
tree | 15fad308f1b25d0e56ebea81aff2439d7bb43335 /eclass | |
parent | - mark 2.6.17-r1 stable (diff) | |
download | gentoo-2-73197736a3096f7955a145e9c0ba0b5a83713ad2.tar.gz gentoo-2-73197736a3096f7955a145e9c0ba0b5a83713ad2.tar.bz2 gentoo-2-73197736a3096f7955a145e9c0ba0b5a83713ad2.zip |
Corrected make_session_desktop function name in comment
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/eutils.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/eutils.eclass b/eclass/eutils.eclass index 75dba34c155d..121e46194f60 100644 --- a/eclass/eutils.eclass +++ b/eclass/eutils.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/eutils.eclass,v 1.253 2006/10/06 07:00:14 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/eutils.eclass,v 1.254 2006/10/18 21:35:19 drizzt Exp $ # # This eclass is for general purpose functions that most ebuilds # have to implement themselves. @@ -924,7 +924,7 @@ Categories=Application;${type};" > "${desktop}" # Make a GDM/KDM Session file # -# make_desktop_entry(<title>, <command>) +# make_session_desktop(<title>, <command>) # title: File to execute to start the Window Manager # command: Name of the Window Manager |