diff options
author | Ciaran McCreesh <ciaranm@gentoo.org> | 2004-09-15 21:36:40 +0000 |
---|---|---|
committer | Ciaran McCreesh <ciaranm@gentoo.org> | 2004-09-15 21:36:40 +0000 |
commit | a36318f3bca24fa53db1d60e3e2b6b5a24edee0e (patch) | |
tree | f080acff82d10600ab1da110d0d6ef01659b9da4 /x11-wm/fluxbox | |
parent | cleanup and fix make.defaults (diff) | |
download | historical-a36318f3bca24fa53db1d60e3e2b6b5a24edee0e.tar.gz historical-a36318f3bca24fa53db1d60e3e2b6b5a24edee0e.tar.bz2 historical-a36318f3bca24fa53db1d60e3e2b6b5a24edee0e.zip |
fix menus
Diffstat (limited to 'x11-wm/fluxbox')
-rw-r--r-- | x11-wm/fluxbox/files/0.9.10/fluxbox-0.9.10-fancy-gentoo-styledirs.patch | 2 | ||||
-rw-r--r-- | x11-wm/fluxbox/fluxbox-0.9.10-r3.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/x11-wm/fluxbox/files/0.9.10/fluxbox-0.9.10-fancy-gentoo-styledirs.patch b/x11-wm/fluxbox/files/0.9.10/fluxbox-0.9.10-fancy-gentoo-styledirs.patch index d07451610a8a..2dd70d86e467 100644 --- a/x11-wm/fluxbox/files/0.9.10/fluxbox-0.9.10-fancy-gentoo-styledirs.patch +++ b/x11-wm/fluxbox/files/0.9.10/fluxbox-0.9.10-fancy-gentoo-styledirs.patch @@ -16,7 +16,7 @@ diff -u -r1.29 fluxbox-generate_menu.in - - append_menu "[submenu] (${USERSTYLES}) {${STYLEMENUTITLE}}" - append "[stylesdir] (~/.fluxbox/styles)" -+ append_menu "[submenu] (Styles) (Select a Style)" ++ append_menu "[submenu] (Styles) {Select a Style}" + append "[include] (/usr/share/fluxbox/menu.d/styles/)" append_menu_end diff --git a/x11-wm/fluxbox/fluxbox-0.9.10-r3.ebuild b/x11-wm/fluxbox/fluxbox-0.9.10-r3.ebuild index a25316441991..fd87338858ab 100644 --- a/x11-wm/fluxbox/fluxbox-0.9.10-r3.ebuild +++ b/x11-wm/fluxbox/fluxbox-0.9.10-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/fluxbox/fluxbox-0.9.10-r3.ebuild,v 1.2 2004/09/15 20:02:24 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/fluxbox/fluxbox-0.9.10-r3.ebuild,v 1.3 2004/09/15 21:36:40 ciaranm Exp $ inherit eutils @@ -107,7 +107,7 @@ pkg_postinst() { einfo "handling styles in the menu. To take advantage of this, use" einfo "the following for your menu styles section:" einfo " " - einfo " [submenu] (Styles) (Select a Style)" + einfo " [submenu] (Styles) {Select a Style}" einfo " [include] (/usr/share/fluxbox/menu.d/styles/)" einfo " [end]" einfo " " |