Comment 2 for bug 335507

Revision history for this message
TJ (tj) wrote :

The 'greyed out' Network device combo-box is due to:

gtk_widget_set_sensitive(applet->network_device_combo, !applet->auto_change_device);

The setting is controlled by the "Always monitor a connected device, if possible". Un-ticking this option will enable the Network device combo-box.