Comment 6 for bug 1060837

Revision history for this message
John Smith (john-smithi) wrote :

Hi and thanks for the patch, unfortunately it doesn't quite compile on Linux :
1. itoa is a "non standard" function not available on Linux. Try using snprintf instead
2. gtk_entry_set_editable is obsolete/deprecated. Try using gtk_editable_set_editable instead