summaryrefslogtreecommitdiffstats
path: root/src/globals.cpp
diff options
context:
space:
mode:
authorJan Darmochwal2010-11-04 14:02:39 +0100
committerJan Darmochwal2010-11-04 14:02:39 +0100
commit162121941f6d7bccc4c8f4e98431441e0afe8460 (patch)
tree39affe9504727fc3cbf67ba4b5ecc3a7ea3114e8 /src/globals.cpp
parentUpdated .de translation (diff)
downloadvmchooser-162121941f6d7bccc4c8f4e98431441e0afe8460.tar.gz
vmchooser-162121941f6d7bccc4c8f4e98431441e0afe8460.tar.xz
vmchooser-162121941f6d7bccc4c8f4e98431441e0afe8460.zip
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
Diffstat (limited to 'src/globals.cpp')
-rw-r--r--src/globals.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/globals.cpp b/src/globals.cpp
index 0606243..7dfc222 100644
--- a/src/globals.cpp
+++ b/src/globals.cpp
@@ -18,3 +18,5 @@ const QString globalConfFile(etcPath + "/vmchooser.conf");
const QString userConfFile(userPath + "/vmchooser.conf");
const QString previousSessionFile(userPath + "/vmchooser_prev_session");
+QString pool;
+