diff --git a/source/ubl-settings-repomanager.c b/source/ubl-settings-repomanager.c index 891b412..d33a0d2 100644 --- a/source/ubl-settings-repomanager.c +++ b/source/ubl-settings-repomanager.c @@ -313,6 +313,7 @@ void on_save(){ } } } + yon_ubl_status_box_render(SAVE_SUCCESS_LABEL,BACKGROUND_IMAGE_SUCCESS_TYPE); } void on_search(GtkCellEditable *self, main_window *widgets){ @@ -844,10 +845,11 @@ int main(int argc, char *argv[]){ {"socket-ext-id", 1,0, 'e'}, {"socket-trd-id", 1,0, 't'}, {"debug", 0,0, 'd'}, + {"clean-config", 0,0, 'c'}, { NULL, 0, NULL, 0 } }; for (int i=0;i