[Pidgin] #12745: --force-online doesn't work, -f works

Pidgin trac at pidgin.im
Wed Oct 13 14:52:08 EDT 2010


#12745: --force-online doesn't work, -f works
--------------------+-------------------------------------------------------
 Reporter:  ari     |        Owner:              
     Type:  defect  |       Status:  new         
Milestone:          |    Component:  pidgin (gtk)
  Version:  2.7.3   |   Resolution:              
 Keywords:          |  
--------------------+-------------------------------------------------------
Description changed by ari:

Old description:

> From http://bugs.debian.org/600058:
>
> Anyone upgrading from a pre network-manager installation will try that
> option, and get quite frustrated as pidgin will not connect to any
> server.
>
> It's just a typo, see attached patch.
>

>
> Index: pidgin-2.7.3/pidgin/gtkmain.c
> ===================================================================
> --- pidgin-2.7.3.orig/pidgin/gtkmain.c
> +++ pidgin-2.7.3/pidgin/gtkmain.c
> @@ -551,7 +551,7 @@
>         struct option long_options[] = {
>                 {"config",       required_argument, NULL, 'c'},
>                 {"debug",        no_argument,       NULL, 'd'},
> -               {"force-online", no_argument,       NULL, 'd'},
> +               {"force-online", no_argument,       NULL, 'f'},
>                 {"help",         no_argument,       NULL, 'h'},
>                 {"login",        optional_argument, NULL, 'l'},
>                 {"multiple",     no_argument,       NULL, 'm'},

New description:

 From http://bugs.debian.org/600058:

 Anyone upgrading from a pre network-manager installation will try that
 option, and get quite frustrated as pidgin will not connect to any server.

 It's just a typo, see attached patch.




 {{{
 Index: pidgin-2.7.3/pidgin/gtkmain.c
 ===================================================================
 --- pidgin-2.7.3.orig/pidgin/gtkmain.c
 +++ pidgin-2.7.3/pidgin/gtkmain.c
 @@ -551,7 +551,7 @@
         struct option long_options[] = {
                 {"config",       required_argument, NULL, 'c'},
                 {"debug",        no_argument,       NULL, 'd'},
 -               {"force-online", no_argument,       NULL, 'd'},
 +               {"force-online", no_argument,       NULL, 'f'},
                 {"help",         no_argument,       NULL, 'h'},
                 {"login",        optional_argument, NULL, 'l'},
                 {"multiple",     no_argument,       NULL, 'm'},

 }}}

--

-- 
Ticket URL: <http://developer.pidgin.im/ticket/12745#comment:1>
Pidgin <http://pidgin.im>
Pidgin


More information about the Tracker mailing list