jparris / wmii

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

tagging +othertag using Mod-Shift-t removes initial tag. #200

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Have a client with a certain tag, say firsttag.
2. Use Mod-Shift-t to tag it +othertag.
3.

What is the expected result? What do you see instead?
I expect the client to be tagged firsttag+othertag, but it is only othertag. 
However, saying
wmiir xwrite /client/sel/ctl "tags +othertag"
from a terminal does correctly tag this terminal firsttag+othertag

What version of the product are you using (wmii -v)? On what operating
system (uname -a)?
wmii-hg2749, using sh wmiirc, for which the install procedure chose to use ksh 
as the interpreter here.

Please provide any additional information below.

Original issue reported on code.google.com by skwi...@googlemail.com on 29 Jun 2010 at 7:59

GoogleCodeExporter commented 9 years ago
I just saw that the wmiirc uses /client/*/tags instead of /client/*/ctl, but 
the attached patch fixes this, anyway.

Original comment by skwi...@googlemail.com on 29 Jun 2010 at 8:10

Attachments:

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

Original comment by maglion...@gmail.com on 29 Jun 2010 at 5:41

GoogleCodeExporter commented 9 years ago
Thanks. It looks like I overlooked the bug because I updated the pygmi to use 
the ctl file rather than the tags file.

Original comment by maglion...@gmail.com on 29 Jun 2010 at 5:42