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

« back to all changes in this revision

Viewing changes to gtkhtml/gtkhtml.c

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2009-12-14 16:20:05 UTC
  • mfrom: (1.6.1 upstream) (27.2.6 sid)
  • Revision ID: james.westby@ubuntu.com-20091214162005-jtnpwe4t415liw3g
Tags: 1:3.28.2-0ubuntu1
* New upstream version:
  Bug Fixes:
  #471687 - Crash selecting mail content (lp: #199136, #361698)
  #598159 - Context popup clears a selection
  #600042 - Hyperlink dialog doesn't allow more hyperlinks (lp: #459179)
* Sync on Debian, only change is the epoch number added by error in ubuntu

Show diffs side-by-side

added added

removed removed

Lines of Context:
6002
6002
        GEnumClass *class;
6003
6003
        GEnumValue *val;
6004
6004
 
 
6005
        g_return_val_if_fail (GTK_IS_HTML (html), FALSE);
 
6006
        g_return_val_if_fail (command_name != NULL, FALSE);
 
6007
 
6005
6008
        class = G_ENUM_CLASS (g_type_class_ref (GTK_TYPE_HTML_COMMAND));
6006
6009
        val = g_enum_get_value_by_nick (class, command_name);
6007
6010
        g_type_class_unref (class);