]> Dogcows Code - chaz/openbox/commitdiff
typo, reading from the wrong member of the actiondata union
authorDana Jansens <danakj@orodu.net>
Fri, 29 Aug 2003 06:48:32 +0000 (06:48 +0000)
committerDana Jansens <danakj@orodu.net>
Fri, 29 Aug 2003 06:48:32 +0000 (06:48 +0000)
openbox/action.c

index eea3f9fcfc9d3ab70e926ac517cdf47d2cbc9014..dedf2c3b38aa19a0c5af302b8a965b1f45014ec5 100644 (file)
@@ -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->sendtodir.follow);
+        client_set_desktop(c, data->sendto.desk, data->sendto.follow);
         if (data->sendto.follow)
             screen_set_desktop(data->sendto.desk);
     }
This page took 0.023867 seconds and 4 git commands to generate.