diff --git a/source/ubinstall-gtk-kernel.c b/source/ubinstall-gtk-kernel.c index d57d181..2f09414 100644 --- a/source/ubinstall-gtk-kernel.c +++ b/source/ubinstall-gtk-kernel.c @@ -318,7 +318,7 @@ void on_kernel_addon_info(GtkLabel *self){ int parsed_size; config_str parsed = yon_char_parse(info[i],&parsed_size,":"); gtk_list_store_append(element->InfoList,&iter); - gtk_list_store_set(element->InfoList,&iter,0,parsed[0],1,parsed[1],-1); + gtk_list_store_set(element->InfoList,&iter,0,parsed[0],1,!yon_char_is_empty(parsed[1])?_(parsed[1]):"",-1); } } else {