# HG changeset patch # User Richard Laager # Date 1130139981 0 # Node ID f48e2acaa5d21ea03c7238fdcb70443296468cb9 # Parent f5105a2b8bf663e2554c4f7735174f7c7d0965f3 [gaim-migrate @ 14086] Remove the -a option here as well. committer: Tailor Script diff -r f5105a2b8bf6 -r f48e2acaa5d2 src/gtkmain.c --- a/src/gtkmain.c Mon Oct 24 07:39:57 2005 +0000 +++ b/src/gtkmain.c Mon Oct 24 07:46:21 2005 +0000 @@ -544,9 +544,9 @@ opterr = 1; while ((opt = getopt_long(argc, argv, #ifndef _WIN32 - "ac:dhnl::s:v", + "c:dhnl::s:v", #else - "ac:dhnl::v", + "c:dhnl::v", #endif long_options, NULL)) != -1) { switch (opt) {