From 162121941f6d7bccc4c8f4e98431441e0afe8460 Mon Sep 17 00:00:00 2001 From: Jan Darmochwal Date: Thu, 4 Nov 2010 14:02:39 +0100 Subject: Config option: pool * formerly vmchooser_env in vmchooser.conf * pool/vmchooser_env in vmchooser.conf * -P/--pools command line option * a virtual session will only be displayed if a) their pools attribute contains pool b) their pools attribute is unset/empty c) pool is unset/empty * fix for segfault with invalid command line options --- src/globals.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/globals.h') diff --git a/src/globals.h b/src/globals.h index a505628..6ddf350 100644 --- a/src/globals.h +++ b/src/globals.h @@ -30,4 +30,6 @@ extern const QString globalConfFile; extern const QString userConfFile; extern const QString previousSessionFile; +extern QString pool; + #endif -- cgit v1.2.3-55-g7522