When compiling xffm, I get the warning "expression always evaluates to true" for lines 337 and 679. Apparently, this is caused by the call to macro gtk_tree_row_reference_valid without an argument, in the expression for an if statement. If this is intentional, wouldn't it be better to just remove the if's altogether? Reproducible: Always Steps to Reproduce: 1. Compile xffm. 2. Watch for warning messages. 3. Actual Results: I got the warning "expression always evaluates to true". Expected Results: There should be no warning.
Created attachment 130 This adds a pointer to a gtk_tree_row for the macro gtk_tree_row_reference_valid
definite bug, now fixed