aboutsummaryrefslogtreecommitdiff
path: root/src/sman
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2011-06-25 05:05:37 +0000
committerdos-reis <gdr@axiomatics.org>2011-06-25 05:05:37 +0000
commitcebc19419477f2fd91daee2f9f57b6f47c47d150 (patch)
tree5c6df64c99301e8a2c10805aba49667fee57dfbd /src/sman
parent4ef6ebebbdce867398e7f8dcddf26ee12c9869ab (diff)
downloadopen-axiom-cebc19419477f2fd91daee2f9f57b6f47c47d150.tar.gz
* sman/sman.c (main): Don't start the graphics and no X11 server
is running.
Diffstat (limited to 'src/sman')
-rw-r--r--src/sman/sman.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sman/sman.c b/src/sman/sman.c
index 58f365e8..b1fe4a0d 100644
--- a/src/sman/sman.c
+++ b/src/sman/sman.c
@@ -777,7 +777,7 @@ main(int argc, char *argv[])
if (start_spadclient) start_the_spadclient();
if (start_local_spadclient) start_the_local_spadclient();
if (start_ht) start_the_hypertex();
- if (start_graphics and is_X())
+ if (start_graphics and in_X())
start_the_graphics();
openaxiom_sleep(1);