diff options
Diffstat (limited to 'src/empathy-accounts.c')
-rw-r--r-- | src/empathy-accounts.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/empathy-accounts.c b/src/empathy-accounts.c index 6d0561b14..16a4c0bfb 100644 --- a/src/empathy-accounts.c +++ b/src/empathy-accounts.c @@ -140,13 +140,8 @@ static int app_command_line_cb (GApplication *app, GApplicationCommandLine *cmdline) { - gchar **argv; - gint argc; - g_application_hold (app); - argv = g_application_command_line_get_arguments (cmdline, &argc); - /* if the window is ready, present it; otherwise, it will be presented when * the accounts manager is prepared */ if (account_manager_prepared) @@ -160,8 +155,6 @@ app_command_line_cb (GApplication *app, g_object_unref (account_manager); } - g_strfreev (argv); - return 0; } |