Index: trunk/doc-rnd/TODO =================================================================== --- trunk/doc-rnd/TODO (revision 3670) +++ trunk/doc-rnd/TODO (revision 3671) @@ -8,7 +8,6 @@ + gtk: gui window quit (destroy) queues and doesn't work whenever action command mode is active [report:miloh] - config pov: - - delete button to remove a node from a source - create project file - do not conf_save if role is CLI - long term: Index: trunk/src_plugins/hid_gtk/gui-config.c =================================================================== --- trunk/src_plugins/hid_gtk/gui-config.c (revision 3670) +++ trunk/src_plugins/hid_gtk/gui-config.c (revision 3671) @@ -2387,7 +2387,7 @@ conf_native_t *nat = auto_tab_widgets.nat; conf_role_t role = config_auto_get_edited_role(); -/* conf_del(role, nat->hash_path, -1);*/ + conf_del(role, nat->hash_path, -1); config_page_update_auto(nat); conf_save_file(NULL, (PCB == NULL ? NULL : PCB->Filename), role, NULL);