From 0a1d942e371bd7a8ba0ef974c980c7865c368ab8 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Wed, 18 Aug 2010 08:39:02 +0000 Subject: [PATCH] Attempt to force an operator update when embedded --- src/plugins/panel.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/plugins/panel.c b/src/plugins/panel.c index 752bc3c..4ab671b 100644 --- a/src/plugins/panel.c +++ b/src/plugins/panel.c @@ -190,6 +190,7 @@ static void _on_plug_embedded(gpointer data) g_source_remove(panel->timeout); panel->timeout = 0; gtk_widget_show(panel->plug); + plugin->helper->queue(plugin->helper->phone, "AT+COPS?"); } static gboolean _on_battery_timeout(gpointer data)