diff options
author | Ted Gould <ted@canonical.com> | 2009-07-20 14:04:15 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-07-20 14:04:15 -0500 |
commit | fdb5cc0addc4ad4a801854879a2b1869da18073f (patch) | |
tree | 87e7e0b589c983ee78e8387d5c7295b529098628 /src/users-service.c | |
parent | bde7584ca763892c43a1db195d27a27e231a68fe (diff) | |
download | ayatana-indicator-session-fdb5cc0addc4ad4a801854879a2b1869da18073f.tar.gz ayatana-indicator-session-fdb5cc0addc4ad4a801854879a2b1869da18073f.tar.bz2 ayatana-indicator-session-fdb5cc0addc4ad4a801854879a2b1869da18073f.zip |
Expanding command line option to make it easier to read
Diffstat (limited to 'src/users-service.c')
-rw-r--r-- | src/users-service.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/users-service.c b/src/users-service.c index b8b5c2f..731bc4d 100644 --- a/src/users-service.c +++ b/src/users-service.c @@ -76,7 +76,7 @@ static void activate_new_session (DbusmenuMenuitem * mi, gpointer user_data) { GError * error = NULL; - if (!g_spawn_command_line_async("gdmflexiserver -s", &error)) { + if (!g_spawn_command_line_async("gdmflexiserver --startnew", &error)) { g_warning("Unable to start guest session: %s", error->message); g_error_free(error); } |