diff options
| author | Bastian Wissler | 2008-07-10 16:54:12 +0200 |
|---|---|---|
| committer | Bastian Wissler | 2008-07-10 16:54:12 +0200 |
| commit | f99fed49d7afa1c6642be9135effc152b951af98 (patch) | |
| tree | cb349bd3421729250ada12c8697b3e33afdcd68f | |
| parent | <priority param="integer" /> recognized in display - pics smaller [ vmchooser ] (diff) | |
| download | vmchooser-f99fed49d7afa1c6642be9135effc152b951af98.tar.gz vmchooser-f99fed49d7afa1c6642be9135effc152b951af98.tar.xz vmchooser-f99fed49d7afa1c6642be9135effc152b951af98.zip | |
some changes to vmchooser + initial import for bindrivers plugins
git-svn-id: http://svn.openslx.org/svn/openslx/openslx-src-tools/trunk/os-plugins/plugins/vmchooser@1908 95ad53e4-c205-0410-b2fa-d234c58c8868
| -rw-r--r-- | vmchooser/main.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/vmchooser/main.cxx b/vmchooser/main.cxx index b5edaf2..e0711a6 100644 --- a/vmchooser/main.cxx +++ b/vmchooser/main.cxx @@ -60,8 +60,7 @@ int main(int argc, char** argv) { xmlpath = opt->getValue("path"); } if (xmlpath == NULL) { - //xmlpath="../../../../../../../session-choosers/xml/"; - xmlpath = "/var/lib/vmware/"; + xmlpath = "/var/lib/vmware/vmconfigs/"; } /** SLX GROUP */ |
