]> Dogcows Code - chaz/openbox/commitdiff
use the number for sendtodesktop
authorDana Jansens <danakj@orodu.net>
Sat, 29 Mar 2003 20:59:41 +0000 (20:59 +0000)
committerDana Jansens <danakj@orodu.net>
Sat, 29 Mar 2003 20:59:41 +0000 (20:59 +0000)
plugins/keyboard/keysrc.yacc

index 50f41b8009a0571b76b93c4ad019da1c15a707b3..24297d3b63d3907194c3b5adc188eedc77b292b7 100644 (file)
@@ -88,7 +88,7 @@ static void addbinding(GList *keylist, char *action, char *apath, int num)
         a->data.execute.path = apath;
     else
         g_free(apath);
-    if (a->func == action_desktop)
+    if (a->func == action_desktop || a->func == action_send_to_desktop)
         a->data.desktop.desk = (unsigned) num - 1;
     if (a->func == action_move_relative_horz ||
         a->func == action_move_relative_vert ||
This page took 0.022053 seconds and 4 git commands to generate.