MCPcopy Create free account
hub / github.com/coreboot/coreboot / conf_changed

Function conf_changed

util/kconfig/gconf.c:1506–1511  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1504}
1505
1506static void conf_changed(void)
1507{
1508 bool changed = conf_get_changed();
1509 gtk_widget_set_sensitive(save_btn, changed);
1510 gtk_widget_set_sensitive(save_menu_item, changed);
1511}

Callers 1

ConfigMainWindowMethod · 0.85

Calls 1

conf_get_changedFunction · 0.85

Tested by

no test coverage detected