Mercurial > hg > xemacs-beta
comparison src/dialog-x.c @ 4982:3c3c1d139863
Automatic merge
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Fri, 05 Feb 2010 11:25:00 -0600 |
parents | 4aebb0131297 16112448d484 |
children | ae48681c47fa |
comparison
equal
deleted
inserted
replaced
4981:4aebb0131297 | 4982:3c3c1d139863 |
---|---|
205 } | 205 } |
206 else /* it's a button */ | 206 else /* it's a button */ |
207 { | 207 { |
208 allow_text_p = 0; /* only allow text field at the front */ | 208 allow_text_p = 0; /* only allow text field at the front */ |
209 if (wv->value) | 209 if (wv->value) |
210 xfree (wv->value, char *); | 210 xfree (wv->value); |
211 wv->value = wv->name; /* what a mess... */ | 211 wv->value = wv->name; /* what a mess... */ |
212 wv->name = xstrdup (button_names [n]); | 212 wv->name = xstrdup (button_names [n]); |
213 | 213 |
214 if (partition_seen) | 214 if (partition_seen) |
215 rbuttons++; | 215 rbuttons++; |