diff options
author | Rémi Cardona <remi@gentoo.org> | 2008-03-22 10:19:05 +0000 |
---|---|---|
committer | Rémi Cardona <remi@gentoo.org> | 2008-03-22 10:19:05 +0000 |
commit | 2ae801696c1f72cf5f2cc4104e7be16bd50f3311 (patch) | |
tree | 12af5bb466c2e84407ac8e0d6ab5cc3fb8bb0b26 /eclass/xfce44.eclass | |
parent | Stable on ppc wrt bug 209100 (diff) | |
download | gentoo-2-2ae801696c1f72cf5f2cc4104e7be16bd50f3311.tar.gz gentoo-2-2ae801696c1f72cf5f2cc4104e7be16bd50f3311.tar.bz2 gentoo-2-2ae801696c1f72cf5f2cc4104e7be16bd50f3311.zip |
gnome2-utils.eclass: change function name to match gnome2_icon_update_cache
Diffstat (limited to 'eclass/xfce44.eclass')
-rw-r--r-- | eclass/xfce44.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/xfce44.eclass b/eclass/xfce44.eclass index 5757e97eb3da..98e999cbf114 100644 --- a/eclass/xfce44.eclass +++ b/eclass/xfce44.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/xfce44.eclass,v 1.21 2008/03/22 09:37:44 remi Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/xfce44.eclass,v 1.22 2008/03/22 10:19:05 remi Exp $ # Xfce44 Eclass # @@ -146,7 +146,7 @@ xfce44_src_install() { } xfce44_pkg_preinst() { - gnome2_icons_savelist + gnome2_icon_savelist } xfce44_pkg_postinst() { |