~ubuntu-branches/ubuntu/precise/libgsf/precise

« back to all changes in this revision

Viewing changes to gsf/gsf-blob.c

  • Committer: Bazaar Package Importer
  • Author(s): Aron Sisak
  • Date: 2007-07-19 19:27:47 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20070719192747-tx4x9jmw8qqgo7om
Tags: 1.14.5-0ubuntu1
* New upstream release:
  - Revert jump to dynamic types, they aren't threadsafe. [#450722]
  - Compilation glitch on windows.  [#449807]
  - Avoid problems building without gconf macros installed.
  - Configure breakage --without-gnome. [#4488842]
* debian/libgsf-bin.install
  - install usr/share/man/man1/gsf.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
67
67
        blob->priv = priv;
68
68
}
69
69
 
70
 
GSF_DYNAMIC_CLASS (GsfBlob, gsf_blob,
71
 
                   gsf_blob_class_init, gsf_blob_init,
72
 
                   G_TYPE_OBJECT);
 
70
GSF_CLASS (GsfBlob, gsf_blob,
 
71
           gsf_blob_class_init, gsf_blob_init,
 
72
           G_TYPE_OBJECT);
73
73
 
74
74
 
75
75
/**