|
|
|
@ -75,7 +75,7 @@ void yon_main_window_complete(main_window *widgets){
|
|
|
|
GList *children = gtk_container_get_children(GTK_CONTAINER(widgets->RightBox));
|
|
|
|
GList *children = gtk_container_get_children(GTK_CONTAINER(widgets->RightBox));
|
|
|
|
gtk_widget_hide(GTK_WIDGET(g_list_nth_data(children,0)));
|
|
|
|
gtk_widget_hide(GTK_WIDGET(g_list_nth_data(children,0)));
|
|
|
|
gtk_widget_hide(widgets->LeftBox);
|
|
|
|
gtk_widget_hide(widgets->LeftBox);
|
|
|
|
gtk_widget_hide(widgets->StatusBox);
|
|
|
|
yon_ubl_status_box_render(SUCCESS_LOAD_LABEL,BACKGROUND_IMAGE_SUCCESS_TYPE);
|
|
|
|
g_list_free(children);
|
|
|
|
g_list_free(children);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|