Disable session management in tdeio slaves

This relates to Bug 760
pull/16/head
Timothy Pearson 11 years ago
parent 7cc3a975d2
commit 411486cc50

@ -42,7 +42,7 @@ extern "C"
int kdemain(int argc, char **argv) int kdemain(int argc, char **argv)
{ {
TDEApplication app(argc, argv, "tdeio_metainfo", false, true); TDEApplication app(argc, argv, "tdeio_metainfo", false, true, false);
if (argc != 4) if (argc != 4)
{ {

Loading…
Cancel
Save