diff options
-rw-r--r-- | src/empathy.c | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/src/empathy.c b/src/empathy.c index 04533a3bf..d5149a3d2 100644 --- a/src/empathy.c +++ b/src/empathy.c @@ -435,16 +435,17 @@ empathy_app_local_command_line (GApplication *app, *exit_status = EXIT_FAILURE; } + else + { + self->no_connect = no_connect; + self->start_hidden = start_hidden; - g_free (argv); + g_application_activate (app); + } + g_free (argv); g_option_context_free (optcontext); - self->no_connect = no_connect; - self->start_hidden = start_hidden; - - g_application_activate (app); - return retval; } |