Removed path erasing at log monitoring

pull/80/head
Ivan Yartsev 2 years ago
parent cf9bf30721
commit 5be06e34ea

@ -1976,7 +1976,6 @@ void on_log_path_append(GtkWidget *self, add_log_window *window){
yon_ubl_status_highlight_incorrect(entry);
yon_ubl_status_highlight_incorrect((GtkWidget*)g_list_nth_data(wids,1));
yon_ubl_status_box_spawn(GTK_CONTAINER(window->StatusBox),REPEATED_PATHS_LABEL,5,BACKGROUND_IMAGE_FAIL_TYPE);
gtk_entry_set_text(GTK_ENTRY(entry),"");
return;
}
g_list_free(wids);

Loading…
Cancel
Save