all repos — fluxbox @ a73918e805ab8d60ae7f8f82ae001ce0231777f0

custom fork of the fluxbox windowmanager

minor fix
fluxgen fluxgen
commit

a73918e805ab8d60ae7f8f82ae001ce0231777f0

parent

69aab351b08d604f3e6d6e2dd183bfb21bb8ba1a

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M src/LayerMenu.hhsrc/LayerMenu.hh

@@ -20,7 +20,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING

// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: LayerMenu.hh,v 1.7 2003/12/10 23:08:03 fluxgen Exp $ +// $Id: LayerMenu.hh,v 1.8 2004/06/07 21:15:08 fluxgen Exp $ #ifndef LAYERMENU_HH #define LAYERMENU_HH

@@ -44,7 +44,7 @@ FbTk::MenuItem(label,cmd), m_object(object), m_layernum(layernum) {}

LayerMenuItem(const char *label, ItemType *object, int layernum): FbTk::MenuItem(label), m_object(object), m_layernum(layernum) {} - bool isEnabled() const { return m_object->layerItem().getLayerNum() != m_layernum; } ; + bool isEnabled() const { return m_object->layerItem().getLayerNum() != m_layernum; } void click(int button, int time) { m_object->moveToLayer(m_layernum); FbTk::MenuItem::click(button, time);