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

« back to all changes in this revision

Viewing changes to gtkhtml/htmlengine-edit-cut-and-paste.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:
1175
1175
            && gtk_html_get_magic_links (e->widget)
1176
1176
            && len == 1
1177
1177
            && (*text == ' ' || text [0] == '\n' || text [0] == '>' || text [0] == ')'))
1178
 
                html_text_magic_link (HTML_TEXT (e->cursor->object), e, html_object_get_length (e->cursor->object));
 
1178
                html_text_magic_link (HTML_TEXT (e->cursor->object), e, 1);
1179
1179
}
1180
1180
 
1181
1181
static void