~ubuntu-branches/ubuntu/raring/gtkhtml3.14/raring

« back to all changes in this revision

Viewing changes to gtkhtml/htmltextslave.c

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2010-05-18 10:07:09 UTC
  • mfrom: (1.6.5 upstream) (27.3.13 experimental)
  • Revision ID: james.westby@ubuntu.com-20100518100709-8nonoc8d5gwckuzn
Tags: 1:3.30.1-1ubuntu1
* Merge from debian experimental. Remaining changes:
  + epoch added by accident in ubuntu
  + debian/control: add Vcs-Bzr
  + debian/*shlib: add epoch

Show diffs side-by-side

added added

removed removed

Lines of Context:
1169
1169
        GSList *cur;
1170
1170
        gint index;
1171
1171
 
1172
 
        prev_gi = next_gi = NULL;
 
1172
        next_gi = NULL;
1173
1173
 
1174
1174
        index = g_utf8_offset_to_pointer (html_text_slave_get_text (slave), offset) - slave->owner->text;
1175
1175
        if (index_out)