|
|
|
@ -1051,6 +1051,7 @@ void on_package_remove_clicked(GtkWidget *self,dictionary *dict){
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
dialog_window *window = yon_dialog_window_new();
|
|
|
|
dialog_window *window = yon_dialog_window_new();
|
|
|
|
|
|
|
|
gtk_tree_view_column_set_title(GTK_TREE_VIEW_COLUMN(gtk_tree_view_get_column(GTK_TREE_VIEW(window->DependencesTree),1)),PACKAGE_TAB_LABEL);
|
|
|
|
if (dict->first->next->next){
|
|
|
|
if (dict->first->next->next){
|
|
|
|
dict=dict->first;
|
|
|
|
dict=dict->first;
|
|
|
|
free(dict->first->next->next);
|
|
|
|
free(dict->first->next->next);
|
|
|
|
|