[MM] [PATCH] novatel-lte: use $NWMDN to read own number when +CNUM fails

2012-11-03 Thread Ben Chan
+CNUM may return ERROR when the modem fails to read the own numbers from the SIM card or when the SIM card hasn't been activated. Use $NWMDN to read the MDN as a fallback, which distinguishes these two cases. --- plugins/novatel/mm-broadband-modem-novatel-lte.c | 103 ++ 1 fil

Re: [PATCH] fix build: disable -Werror by default (Bug #679130)

2012-11-03 Thread Clemens Buchacher
On Fri, Nov 02, 2012 at 07:38:37PM +0100, Mathieu Trudel-Lapierre wrote: > > I actually did the porting in Ubuntu. The patch probably doesn't apply > quite as cleanly on git master; but see the attached file which > migrates the calls to gtk_table_* to gtk_grid_*. Applies cleanly on git master. T