Commit 15be5cd
authored
Fixed an error in set_wm_transient_for
Otherwise it failed:
File "/usr/local/lib/python3.5/dist-packages/Xlib/protocol/rq.py", line 688, in pack_value
data = array(array_unsigned_codes[size], val).tostring()
TypeError: 'int' object is not iterable1 parent bb4e3a6 commit 15be5cd
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
692 | 692 | | |
693 | 693 | | |
694 | 694 | | |
695 | | - | |
| 695 | + | |
696 | 696 | | |
697 | 697 | | |
698 | 698 | | |
| |||
0 commit comments