~ubuntu-branches/ubuntu/maverick/conglomerate/maverick

« back to all changes in this revision

Viewing changes to src/cong-attribute-editor-nmtoken.c

  • Committer: Bazaar Package Importer
  • Author(s): Daniel T Chen
  • Date: 2005-11-08 05:07:06 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051108050706-bcg60nwqf1z3w0d6
Tags: 0.9.1-1ubuntu1
* Resynchronise with Debian (Closes: #4397).
  - Thanks, Jordan Mantha.

Show diffs side-by-side

added added

removed removed

Lines of Context:
207
207
        value = gtk_entry_get_text (GTK_ENTRY(PRIVATE(attribute_editor_nmtoken)->entry));
208
208
 
209
209
        /* need to perform validation here */
210
 
        if ( xmlValidateNmtokenValue(value) ) {
 
210
        if ( xmlValidateNmtokenValue((xmlChar*)value) ) {
211
211
                cong_attribute_editor_try_set_value (CONG_ATTRIBUTE_EDITOR(attribute_editor_nmtoken), value);
212
212
 
213
213
        } else {