When using the xfce_confirm function in libxfcegui4, I get a warning from gtk-2.8: Gtk-WARNING **: Ignoring the separator setting So i tried the function without the following line: gtk_dialog_set_has_separator (GTK_DIALOG (dialog), FALSE); and everything work fine (no sep. line is shown). So if this also works with other gtk version the line could be removed. Reproducible: Always Steps to Reproduce: 1. Use function xfce_confirm Actual Results: Ignoring separator warning (dialogs.c line 457) Expected Results: No warning?? :P
Yeah, thanks. I've seen that many times, but never did anything about it. Fixed in SVN.