Fixed path repeating check at logrotate configuration window

pull/80/head
Ivan Yartsev 2 years ago
parent 693d0322be
commit bcf0f08c51

@ -997,7 +997,7 @@ int on_logrotate_check_repeats(GtkWidget *self, logrotate_configure_window *wind
GtkTreePath *path_iter = gtk_tree_model_get_path(model,&iter);
GtkTreePath *path_itar = gtk_tree_model_get_path(model,itar);
if (gtk_tree_path_compare(path_iter,path_itar)){
gtk_tree_model_get(model,&iter,0,&path,-1);
gtk_tree_model_get(model,itar,0,&path,-1);
if (!strcmp(path,chpath)){
yon_ubl_status_box_spawn(GTK_CONTAINER(window->StatusBox),REPEAT_PATHS_LABEL,5,BACKGROUND_IMAGE_FAIL_TYPE);
yon_ubl_status_list_store_highlight_incorrect(window->list,itar);

Loading…
Cancel
Save