hatliff / wmii

Automatically exported from code.google.com/p/wmii
MIT License
0 stars 0 forks source link

Moving clients doesn't work with wmii-2559 #141

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Open two terminals
2.Attempt to split view with Mod+Shift+h/l
3.

What is the expected output? What do you see instead?
To be able to move clients around, instead they stay static.

What version of the product are you using (wmii -v)? On what operating
system?
wmii-2559

Please provide any additional information below.

Traceback (most recent call last):
  File "/home/rusty/.wmii-hg/python/pygmi/event.py", line 101, in dispatch
    self.events[event](args)
  File "/home/rusty/.wmii-hg/python/pygmi/event.py", line 266, in dispatch
    return self._keys[key](key)
  File "/home/rusty/.wmii-hg/python/wmiirc.py", line 189, in <lambda>
    lambda k: Tag('sel').send(Client('sel'), 'right')),
  File "/home/rusty/.wmii-hg/python/pygmi/fs.py", line 402, in send
    self[cmd] = '%s %s' % (src, dest)
  File "/home/rusty/.wmii-hg/python/pygmi/fs.py", line 59, in __setitem__
    self.cache[key] = val
AttributeError: 'Tag' object has no attribute 'cache'

Original issue reported on code.google.com by rusty.a...@googlemail.com on 21 Oct 2009 at 10:41

GoogleCodeExporter commented 9 years ago
This issue was closed by revision 588aa236c0.

Original comment by maglion...@gmail.com on 21 Oct 2009 at 6:23