diff --git a/src/plugins/panel.c b/src/plugins/panel.c index 4ab671b..2ff6889 100644 --- a/src/plugins/panel.c +++ b/src/plugins/panel.c @@ -190,7 +190,9 @@ static void _on_plug_embedded(gpointer data) g_source_remove(panel->timeout); panel->timeout = 0; gtk_widget_show(panel->plug); +#if 0 /* XXX disabled for now because of a race condition */ plugin->helper->queue(plugin->helper->phone, "AT+COPS?"); +#endif } static gboolean _on_battery_timeout(gpointer data)