Created
March 8, 2016 10:10
-
-
Save ThomasAdam/727d8b230a5b94431619 to your computer and use it in GitHub Desktop.
VirtualDesk
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cvs diff | |
Index: virtual.c | |
=================================================================== | |
RCS file: /home/cvs/fvwm/fvwm/fvwm/virtual.c,v | |
retrieving revision 1.189.4.4 | |
diff -u -p -r1.189.4.4 virtual.c | |
--- virtual.c 20 Sep 2014 00:28:59 -0000 1.189.4.4 | |
+++ virtual.c 8 Mar 2016 10:09:51 -0000 | |
@@ -2502,8 +2502,8 @@ void CMD_DesktopName(F_CMD_ARGS) | |
} | |
BroadcastConfigInfoString(msg); | |
free(msg); | |
- EWMH_SetDesktopNames(); | |
} | |
+ EWMH_SetDesktopNames(); | |
return; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment