Fixed status messages repeating

pull/54/head
parent 46ccd3b976
commit 9a0f52cf58
No known key found for this signature in database
GPG Key ID: FF1D842BF4DDE92B

@ -346,9 +346,7 @@ void yon_ubl_status_box_spawn(GtkContainer *container,char *display_text, int ti
int blocked = _render_blocked;
g_mutex_unlock(&_render_block_mutex);
if (blocked) return;
if (gtk_container_get_children(container)){
}
if (gtk_container_get_children(container))return;
GtkWidget *box = gtk_box_new(GTK_ORIENTATION_HORIZONTAL,5);
GtkWidget *revealer = gtk_revealer_new();
GtkWidget *label = gtk_label_new("");

Loading…
Cancel
Save