fixed button visibility

pull/21/head
parent e7fafda2b6
commit e34c1f32be

@ -130,12 +130,9 @@ gboolean yon_tab_create_tags(kernels_tab *tab){
gtk_image_set_from_icon_name(GTK_IMAGE(tab->module_icon),module_icon_path,GTK_ICON_SIZE_BUTTON);
gtk_widget_show(tab->remove_module_button);
gtk_widget_show(tab->remove_package_button);
gtk_widget_show(tab->update_module_button);
gtk_widget_show(tab->update_package_button);
gtk_widget_hide(tab->install_module_button);
gtk_widget_hide(tab->install_package_button);
}
{
if (tab->package_installed){

Loading…
Cancel
Save