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

« back to all changes in this revision

Viewing changes to src/plugin-relaxng.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:
84
84
#endif
85
85
        
86
86
        gtk_text_buffer_set_text (GTK_TEXT_BUFFER(text_buffer),
87
 
                                  doc_txt_ptr,
 
87
                                  (const gchar*)doc_txt_ptr,
88
88
                                  doc_txt_len);
89
89
        
90
90
        xmlFree (doc_txt_ptr);