# HG changeset patch # User Ivan N. Zlatev # Date 1206463457 -3600 # Node ID 5c40eeb8a8a9c4936853adc7d0136cd071b5fc56 # Parent 695e1c91be36570a1ce15ea126e370f5342c03ce fix to stop parsing twice diff -r 695e1c91be36 -r 5c40eeb8a8a9 src/audacious/main.c --- a/src/audacious/main.c Mon Mar 24 17:02:26 2008 +0100 +++ b/src/audacious/main.c Tue Mar 25 17:44:17 2008 +0100 @@ -378,7 +378,6 @@ g_option_context_add_main_entries(context, cmd_entries, PACKAGE_NAME); g_option_context_add_group(context, gtk_get_option_group(FALSE)); g_option_context_add_group(context, egg_sm_client_get_option_group()); - g_option_context_parse(context, argc, argv, &error); if (!g_option_context_parse(context, argc, argv, &error)) /* checking for MacOS X -psn_0_* errors*/ if (error->message && !g_strrstr(error->message,"-psn_0_"))