Mercurial > pidgin
changeset 11795:f48e2acaa5d2
[gaim-migrate @ 14086]
Remove the -a option here as well.
committer: Tailor Script <tailor@pidgin.im>
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Mon, 24 Oct 2005 07:46:21 +0000 |
parents | f5105a2b8bf6 |
children | b9b7a010b043 |
files | src/gtkmain.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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) {