diff --git a/source/ubinstall-gtk-kernel.c b/source/ubinstall-gtk-kernel.c index c5b7298..51cd994 100644 --- a/source/ubinstall-gtk-kernel.c +++ b/source/ubinstall-gtk-kernel.c @@ -105,12 +105,14 @@ void yon_kernel_row_setup(kernel_row *row, char *name, char *modules,char *packa description_full = yon_char_parsed_to_string(description_wrapped,size,"\n"); yon_char_parsed_free(description_wrapped,size); } + char *modules_parsed = yon_char_replace(modules," ","\n"); gtk_label_set_label(GTK_LABEL(row->NameLabel),name); - gtk_label_set_label(GTK_LABEL(row->ModulesLabel),modules); + gtk_label_set_label(GTK_LABEL(row->ModulesLabel),modules_parsed); gtk_label_set_label(GTK_LABEL(row->DescriptionLabel),description_full); yon_kernel_row_setup_tags(row,tags); free(description_full); + free(modules_parsed); } void yon_kernel_resize(main_window *widgets){ diff --git a/ubinstall-gtk-kernel-row.glade b/ubinstall-gtk-kernel-row.glade index 1d9ee69..feb2178 100644 --- a/ubinstall-gtk-kernel-row.glade +++ b/ubinstall-gtk-kernel-row.glade @@ -1,5 +1,5 @@ - + @@ -135,6 +135,7 @@ False 5 0 + 0 False