Fixed remove status message

pull/41/head
parent 919ec3c1b9
commit 1ff0f3c7e9

@ -1018,7 +1018,7 @@ void on_remove_accept(GtkWidget *self, dictionary *dict){
}
yon_debug_output("%s\n",command);
if (!system(command)){
yon_ubl_status_box_render(PACKAGES_MOVE_SUCCESS_LABEL,BACKGROUND_IMAGE_SUCCESS_TYPE);
yon_ubl_status_box_render(PACKAGES_REMOVE_SUCCESS_LABEL,BACKGROUND_IMAGE_SUCCESS_TYPE);
gtk_tree_view_set_model(GTK_TREE_VIEW(widgets->ReposTree),NULL);
gtk_tree_store_clear(widgets->RepoList);
yon_gtk_tree_store_copy_full(window->tree_copy,widgets->RepoList);

Loading…
Cancel
Save