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

« back to all changes in this revision

Viewing changes to gtkhtml/htmltextinput.c

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2009-07-27 15:38:00 UTC
  • Revision ID: james.westby@ubuntu.com-20090727153800-2z0i3y6vpmywwhe5
Tags: 1:3.27.5-0ubuntu1
New upstream version:
Bug Fixes:
Bug #584243Crash when replacing a mispelled word (lp: #397957)
Other Fixes:
Fix some build tool warnings. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
113
113
        GString *encoding = g_string_new ("");
114
114
        gchar *ptr;
115
115
 
116
 
        if(strlen (e->name)) {
 
116
        if (strlen (e->name)) {
117
117
                ptr = html_embedded_encode_string (e->name, codepage);
118
118
                encoding = g_string_append (encoding, ptr);
119
119
                g_free (ptr);