|
|
|
|
@ -33,8 +33,10 @@ void on_remove_accept(GtkWidget *self, dictionary *dict){
|
|
|
|
|
char *final = yon_char_parsed_to_string(packages,size," ");
|
|
|
|
|
char *command = remove_packages_command(storage_path,arch,repo,final,sign);
|
|
|
|
|
if (system(yon_debug_output("%s\n",command))){
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
yon_ubl_status_box_render(PACKAGES_REMOVE_ERROR_LABEL,BACKGROUND_IMAGE_FAIL_TYPE);
|
|
|
|
|
} else {
|
|
|
|
|
yon_ubl_status_box_render(PACKAGES_REMOVE_SUCCESS_LABEL,BACKGROUND_IMAGE_SUCCESS_TYPE);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
gtk_widget_destroy(window->MainWindow);
|
|
|
|
|
|