|
|
|
@ -200,12 +200,7 @@ struct __yon_ubl_status_box_render_thread_struct{
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
void _yon_ubl_status_box_render_thread(struct __yon_ubl_status_box_render_thread_struct *data){
|
|
|
|
void _yon_ubl_status_box_render_thread(struct __yon_ubl_status_box_render_thread_struct *data){
|
|
|
|
struct status_struct *statusbox = render;
|
|
|
|
yon_ubl_status_box_render(data->text,data->type);
|
|
|
|
yon_ubl_status_box_set(data->type,GTK_REVEALER(statusbox->revealer));
|
|
|
|
|
|
|
|
if (data->text){
|
|
|
|
|
|
|
|
gtk_label_set_text(GTK_LABEL(statusbox->label), data->text);
|
|
|
|
|
|
|
|
free(data->text);
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
free(data);
|
|
|
|
free(data);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|