diff options
author | Jeremy Huddleston <jeremy@yuffie.local> | 2007-12-20 18:26:38 -0800 |
---|---|---|
committer | Jeremy Huddleston <jeremy@yuffie.local> | 2007-12-20 18:26:38 -0800 |
commit | 9c57524fde57284daae2309dce17dbf56a8643de (patch) | |
tree | b872bdaf0857c53493bb81f9892df8f4b921d749 | |
parent | f31042ae688d75c2043e9df56f66cabdd56fdf75 (diff) |
XQuartz doesn't need the -launchd command line argument anymore.
-rw-r--r-- | org.x.X11.plist.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/org.x.X11.plist.cpp b/org.x.X11.plist.cpp index cff3fc0..bede9b2 100644 --- a/org.x.X11.plist.cpp +++ b/org.x.X11.plist.cpp @@ -11,10 +11,6 @@ <string>--login</string> #endif <string>__bindir__/startx</string> -#ifdef __APPLE__ - <string>--</string> - <string>-launchd</string> -#endif </array> <key>Sockets</key> <dict> |