https://bugzilla.xfce.org/show_bug.cgi?id=15873
--- Comment #9 from Reuben Green <[email protected]> --- Hi Igor, no worries! :) I got the behaviour of returning 0 when a failure is detected from the existing function xfce_message_dialog, which does the same check and also returns a response id. Looking at the possible values in the GtkResponseType enum, there's no value predefined to represent an error. I suppose if we need to use a response from that list, GTK_RESPONSE_NONE or GTK_RESPONSE_CANCEL might be the most appropriate? -- 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
