diff options
author | markt <markt> | 2007-07-03 22:56:46 (GMT) |
---|---|---|
committer | markt <markt> | 2007-07-03 22:56:46 (GMT) |
commit | ae3c30423925960fe70262d1d7e4079b73531c37 (patch) | |
tree | 5fed3c090d9fd1af3833cfd6e81828781373e7be /util | |
parent | 823ce0d0175b9b14a549117a303cc9e36e81c1a2 (diff) | |
download | fluxbox_pavel-ae3c30423925960fe70262d1d7e4079b73531c37.zip fluxbox_pavel-ae3c30423925960fe70262d1d7e4079b73531c37.tar.bz2 |
some security fixes for fluxbox-remote, and a minor change for the gvim fix
Diffstat (limited to 'util')
-rw-r--r-- | util/fluxbox-remote.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/fluxbox-remote.cc b/util/fluxbox-remote.cc index 67c2193..56ba8ad 100644 --- a/util/fluxbox-remote.cc +++ b/util/fluxbox-remote.cc | |||
@@ -40,7 +40,7 @@ int main(int argc, char **argv) { | |||
40 | return EXIT_FAILURE; | 40 | return EXIT_FAILURE; |
41 | } | 41 | } |
42 | 42 | ||
43 | Atom fbcmd_atom = XInternAtom(disp, "_FLUXBOX_COMMAND", False); | 43 | Atom fbcmd_atom = XInternAtom(disp, "_FLUXBOX_ACTION", False); |
44 | Window root = DefaultRootWindow(disp); | 44 | Window root = DefaultRootWindow(disp); |
45 | 45 | ||
46 | char *str = argv[1]; | 46 | char *str = argv[1]; |