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

« back to all changes in this revision

Viewing changes to gtkhtml/htmlstack.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:
64
64
        GList *first;
65
65
        gpointer data;
66
66
 
67
 
        g_return_val_if_fail (! html_stack_is_empty (stack), NULL);
 
67
        g_return_val_if_fail (!html_stack_is_empty (stack), NULL);
68
68
 
69
69
        first = stack->list;
70
70
        stack->list = g_list_remove_link (stack->list, first);