pull/68/head
parent 54320acfd3
commit 83b313462a

@ -1051,6 +1051,7 @@ void on_package_remove_clicked(GtkWidget *self,dictionary *dict){
}
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){
dict=dict->first;
free(dict->first->next->next);

@ -18,6 +18,8 @@
</columns>
</object>
<object class="GtkApplicationWindow" id="MainWindow">
<property name="width-request">550</property>
<property name="height-request">350</property>
<property name="can-focus">False</property>
<property name="modal">True</property>
<property name="default-height">1</property>

Loading…
Cancel
Save