Hi Gustavo, On 02/16/2011 03:41 PM, Gustavo F. Padovan wrote: > --- > gatchat/gsmdial.c | 19 ++++++++++++++++--- > 1 files changed, 16 insertions(+), 3 deletions(-) > > diff --git a/gatchat/gsmdial.c b/gatchat/gsmdial.c > index 1be80e3..bae5efb 100644 > --- a/gatchat/gsmdial.c > +++ b/gatchat/gsmdial.c > @@ -56,6 +56,7 @@ static gboolean option_legacy = FALSE; > static gchar *option_username = NULL; > static gchar *option_password = NULL; > static gchar *option_pppdump = NULL; > +static gboolean option_bluetooth = 0; This should be set to FALSE. I've applied the patch and fixed this for you. Regards, -Denis