From cebc19419477f2fd91daee2f9f57b6f47c47d150 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Sat, 25 Jun 2011 05:05:37 +0000 Subject: * sman/sman.c (main): Don't start the graphics and no X11 server is running. --- src/sman/sman.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sman/sman.c') 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); -- cgit v1.2.3