Fixed uninitialized class member

This commit is contained in:
Pierre Pronchery 2010-06-03 17:19:57 +00:00
parent 47fab3c4d5
commit d921529f79

View File

@ -298,6 +298,7 @@ Phone * phone_new(char const * device, unsigned int baudrate, int retry,
phone->bold = pango_font_description_new();
pango_font_description_set_weight(phone->bold, PANGO_WEIGHT_BOLD);
phone->ca_window = NULL;
phone->en_code = -1;
phone->en_window = NULL;
phone->en_progress = NULL;
phone->co_window = NULL;