https://bugzilla.xfce.org/show_bug.cgi?id=15873
alexxcons <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from alexxcons <[email protected]> --- Thanks for the patch ! Here the command I used to build the demo, after the modified libxfce4ui got installed: gcc `pkg-config --cflags gtk+-3.0` -o demo -I/usr/local/include/xfce4 -I/usr/local/include/xfce4/libxfce4ui-2 demo.c -L/usr/local/lib -lxfce4ui-2 `pkg-config --libs gtk+-3.0` Some remarks: Works fine for me ! Just a minor thing: I would use a additional, separate argument "dont_ask_again_box_checked" for the return value, and rename "do_confirm" to "show_dont_ask_again_box", to be more clear. I added Igor to the CC List, to have a look on it. Let's first ask if he is ok to have the dialog in libxfce4ui and if so, push it. Than we could open bugs on thunar/xfce4-terminal to actually make use of the dialog. Before using the dialog in thunar/terminal, I guess we need to wait for a libxfce4ui dev release, since we would need to update our minimal xfce4ui version in configure.ac.in. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ Xfce-bugs mailing list [email protected] https://mail.xfce.org/mailman/listinfo/xfce-bugs
