[sawfish-list] sawfish.wm.ext.window-history -- Window ops menu does not show history submenu
- From: Amit Gurdasani <gurdasani gmx net>
- To: sawfish-list gnome org
- Subject: [sawfish-list] sawfish.wm.ext.window-history -- Window ops menu does not show history submenu
- Date: Fri, 25 Mar 2005 18:48:38 +0530 (IST)
Hi,
I'm an enthusiastic user of the window history extension for Sawfish.
However, for a while now the window ops menu has shown just the "History"
top-level menu item, but no submenu. Stealing some code from the grow/pack
extension, I was able to fix this by replacing this
(setq window-ops-menu
(nconc window-ops-menu
(list `(,(_ "_History") . window-history-menu))))
in window-history.jl with
(setq window-ops-menu
`(,@window-ops-menu ("History" ,@window-history-menu)))
which restored the submenu. Please consider incorporating this change into
CVS.
Amit
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]