Mercurial > pidgin
comparison src/gtkmain.c @ 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 | c90676803a1a |
children | 7584d802f0ac |
comparison
equal
deleted
inserted
replaced
11794:f5105a2b8bf6 | 11795:f48e2acaa5d2 |
---|---|
542 | 542 |
543 /* scan command-line options */ | 543 /* scan command-line options */ |
544 opterr = 1; | 544 opterr = 1; |
545 while ((opt = getopt_long(argc, argv, | 545 while ((opt = getopt_long(argc, argv, |
546 #ifndef _WIN32 | 546 #ifndef _WIN32 |
547 "ac:dhnl::s:v", | 547 "c:dhnl::s:v", |
548 #else | 548 #else |
549 "ac:dhnl::v", | 549 "c:dhnl::v", |
550 #endif | 550 #endif |
551 long_options, NULL)) != -1) { | 551 long_options, NULL)) != -1) { |
552 switch (opt) { | 552 switch (opt) { |
553 case 'c': /* config dir */ | 553 case 'c': /* config dir */ |
554 g_free(opt_config_dir_arg); | 554 g_free(opt_config_dir_arg); |