|
|
|
|
@ -114,7 +114,7 @@ void yon_main_section_setup_apps(main_section *cur_section, const char *target){
|
|
|
|
|
g_object_set_data(G_OBJECT(Row),"apps",cur_app);
|
|
|
|
|
g_object_set_data(G_OBJECT(Row),"Label",Label);
|
|
|
|
|
|
|
|
|
|
// gtk_style_context_add_class(gtk_widget_get_style_context(Row),"bggrey");
|
|
|
|
|
gtk_style_context_add_class(gtk_widget_get_style_context(Row),"bggrey");
|
|
|
|
|
|
|
|
|
|
gtk_widget_show_all(Row);
|
|
|
|
|
}
|
|
|
|
|
|