Re: [DEV] Dialog changes
Meredydd <[email protected]> Mon, 23 Feb 2004 21:34:35 +0000
| Newsgroups | gmane.network.everybuddy.user |
|---|---|
| Message-ID | <[email protected]> |
On Monday 23 February 2004 20:07, A. Craig West wrote:
> --- core/src/gui_comms.c (revision 295)
> +++ core/src/gui_comms.c (working copy)
> @@ -84,6 +84,7 @@
> {
> char * title;
> char * message;
> + char * default_result;
...
> + char * is_html;
Cleanliness point - neither is_html nor default_result belong as strings
- both should be int flags (either true or false). Apart from that,
this is great stuff. Change it to int flags and commit!
Meredydd