Anthony Tekatch <[EMAIL PROTECTED]> writes:
> 
>   text[0] = group->name;
> 
> produces this warning:
> 
>   warning: assignment discards `const' from pointer target type    
> 

if group->name is const then you need to make it const gchar*
text[].

Havoc

-- 
To unsubscribe: mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

Reply via email to