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

« back to all changes in this revision

Viewing changes to src/cong-node-modification-set-text.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:
93
93
                                          doc,
94
94
                                          node);
95
95
 
96
 
        PRIVATE (node_modification_set_text)->old_content = g_strdup (node->content);
 
96
        PRIVATE (node_modification_set_text)->old_content = g_strdup ((const gchar*)node->content);
97
97
        PRIVATE (node_modification_set_text)->new_content = g_strdup (new_content);
98
98
 
99
99
        return node_modification_set_text;