projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e06be6
)
typo, reading from the wrong member of the actiondata union
author
Dana Jansens
<danakj@orodu.net>
Fri, 29 Aug 2003 06:48:32 +0000
(06:48 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Fri, 29 Aug 2003 06:48:32 +0000
(06:48 +0000)
openbox/action.c
patch
|
blob
|
history
diff --git
a/openbox/action.c
b/openbox/action.c
index eea3f9fcfc9d3ab70e926ac517cdf47d2cbc9014..dedf2c3b38aa19a0c5af302b8a965b1f45014ec5 100644
(file)
--- a/
openbox/action.c
+++ b/
openbox/action.c
@@
-991,7
+991,7
@@
void action_send_to_desktop(union ActionData *data)
if (data->sendto.desk < screen_num_desktops ||
data->sendto.desk == DESKTOP_ALL) {
- client_set_desktop(c, data->sendto.desk, data->sendto
dir
.follow);
+ client_set_desktop(c, data->sendto.desk, data->sendto.follow);
if (data->sendto.follow)
screen_set_desktop(data->sendto.desk);
}