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)