~micahg/ubuntu/natty/pidgin/2.7.9-2

« back to all changes in this revision

Viewing changes to pidgin/gtkmain.c

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2010-11-05 19:44:21 UTC
  • mfrom: (62.1.1 maverick-security) (2.3.12 sid)
  • Revision ID: james.westby@ubuntu.com-20101105194421-8r8o4pzw2m5j4hiy
Tags: 1:2.7.5-1ubuntu1
Resync on Debian

Show diffs side-by-side

added added

removed removed

Lines of Context:
96
96
 * Each list terminated with -1
97
97
 */
98
98
static const int catch_sig_list[] = {
99
 
        SIGSEGV,
100
99
        SIGINT,
101
100
        SIGTERM,
102
101
        SIGQUIT,
551
550
        struct option long_options[] = {
552
551
                {"config",       required_argument, NULL, 'c'},
553
552
                {"debug",        no_argument,       NULL, 'd'},
554
 
                {"force-online", no_argument,       NULL, 'd'},
 
553
                {"force-online", no_argument,       NULL, 'f'},
555
554
                {"help",         no_argument,       NULL, 'h'},
556
555
                {"login",        optional_argument, NULL, 'l'},
557
556
                {"multiple",     no_argument,       NULL, 'm'},