~ubuntu-branches/ubuntu/trusty/gtkhtml3.14/trusty-proposed

« back to all changes in this revision

Viewing changes to gtkhtml/gtkhtml-properties.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:
112
112
        gconf_client_set_ ## t (client, key, p->prop, NULL); \
113
113
        g_free (key); }
114
114
 
115
 
 
116
115
void
117
116
gtk_html_class_properties_update (GtkHTMLClassProperties *p, GConfClient *client, GtkHTMLClassProperties *old)
118
117
{